./wip/p5-Text-ASCIITable, Create a nice formatted table using ASCII characters

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.22, Package name: p5-Text-ASCIITable-0.22, Maintainer: hiramatu

Pretty nifty if you want to output dynamic text to your console or other
fixed-size-font displays, and at the same time it will display it in a
nice human-readable, or "cool" way.


Required to run:
[lang/perl5]

Required to build:
[devel/p5-Module-Build] [pkgtools/cwrappers]

Master sites: (Expand)

RMD160: ee66c13ab7180815d5ac79b1c41e78ff7210ca34
Filesize: 28.241 KB

Version history: (Expand)


CVS history: (Expand)


   2013-04-18 12:49:54 by Hiramatsu Yoshifumi | Files touched by this commit (2)
Log message:
Update p5-Text-ASCIITable to 0.20.

Changes from previous:
----------------------
0.20  Wed Nov 30 01:53:22 2011
	- Patch by Salvatore Bonaccorso <carnil@debian.org> fixed spelling errors
	  in manpage.
	- Resolved debian bug #402906.
	- Patch by <FANY@cpan.org> fixes problem with single-lines '0' not being
	  printed.

0.19  Wed Nov 23 12:43:12 2011
	- Added patch by Alexey Sheynuk <asheynuk@iponweb.net> for a big speedup.
	- Added UTF-8 awareness in counting function.
	- Fixed some bugs.
   2012-10-04 21:11:57 by Aleksej Saushev | Files touched by this commit (56)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2011-10-15 17:49:13 by Hiramatsu Yoshifumi | Files touched by this commit (2)
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
   2008-05-30 14:22:19 by abs | Files touched by this commit (64)
Log message:
Remove unnecessary (empty) PLIST files for p5-* packages
   2005-07-26 07:58:12 by Hiramatsu Yoshifumi | Files touched by this commit (12)
Log message:
correct path to .packlist
   2005-05-17 12:48:54 by Hiramatsu Yoshifumi | Files touched by this commit (4) | Imported package
Log message:
Pretty nifty if you want to output dynamic text to your console or
other fixed-size-font displays, and at the same time it will display
it in a nice human-readable, or "cool" way.