Table-Simple Another table module? Really? Yeah. I wanted a lazy way to take a collection of objects and dump them into an ASCII table (a "theory" style Markdown table) so that I can automate dumping perl object states to wiki pages. Now there's a lot of table modules out there. Some of them are really good, probably better, actually, than mine, but they don't use Moose and I found it difficult to wrap my brain around how to format output. INSTALLATION To install this module, run the following commands: perl Build.PL ./Build ./Build test ./Build install SUPPORT AND DOCUMENTATION After installing, you can find documentation for this module with the perldoc command. perldoc Table::Simple You can also look for information at: RT, CPAN's request tracker http://rt.cpan.org/NoAuth/Bugs.html?Dist=Table-Simple AnnoCPAN, Annotated CPAN documentation http://annocpan.org/dist/Table-Simple CPAN Ratings http://cpanratings.perl.org/d/Table-Simple Search CPAN http://search.cpan.org/dist/Table-Simple/ LICENSE AND COPYRIGHT Copyright (C) 2010 Mark Allen This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License. See http://dev.perl.org/licenses/ for more information.