Path to this page:
Subject: CVS commit: wip/p5-Text-ASCIITable
From: Hiramatsu Yoshifumi
Date: 2011-10-15 17:49:13
Message id: E1RF6UQ-00034x-24@sfs-ml-2.v29.ch3.sourceforge.com
Log Message:
Update p5-Text-ASCIITable to 0.18.
Changes from previous:
0.18 Sat Jul 15 00:00:00 2005
- Changed from ExtUtils::MakeMaker to Module::Build for better support for
various platforms.
- Added the function addRowLine(), which allows you to add lines after any
row.
0.17 Tue Sep 27 01:00:00 2005
- Fixed a memory-leak in the overloaded tie-array. Thanks to Matt Trout \
and Andy
Grundman in the Catalyst team for reporting, and submitting six.
- Added 'justify' alignment. Which gives you a newspaper way of aligning \
words.
- Added a example script to let you test ansi-support in Text::ASCIITable.
- Changed the default-layout a tiny bit.
0.16 Thi Sep 22 18:41:00 2005
- Fixed bug that made warnings of uninitialized variables when you added
a cell with an undefined value. Therefore a new option 'undef_as' variable
was added. Bug ref: http://rt.cpan.org/NoAuth/Bug.html?id=14702
- Added the possibility to add several rows with addRow using array of
arrayrefs. Wish ref: http://rt.cpan.org/NoAuth/Bug.html?id=14703
- Updated the documentation to use 'package->new()' instead of 'new \
package()'
- Added support for chaining methods. Added as an option for backwards
compatibility. Wish ref: http://rt.cpan.org/NoAuth/Bug.html?id=14703
Files: