NAME

    Data::Tabulate::Plugin::ASCIITable - generate ASCII tables with
    Data::Tabulate

VERSION

    version 0.04

SYNOPSIS

        use Data::Tabulate;
        
        my @array = (1..10);
        my $foo = Data::Tabulate->new();
        print $foo->render('ASCIITable',{data => [@array]});

EXPORT

    A list of functions that can be exported. You can delete this section
    if you don't export anything, such as for a purely object-oriented
    module.

METHODS

 new

    create a new object of Data::Tabulate::Plugin::ASCIITable

 output

    returns a string that contains the ASCII table

AUTHOR

    Renee Baecker <reneeb@cpan.org>

COPYRIGHT AND LICENSE

    This software is Copyright (c) 2014 by Renee Baecker.

    This is free software, licensed under:

      The Artistic License 2.0 (GPL Compatible)