1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: libtext-simpletable-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.8.0-7), libtest-pod-perl,
libtest-pod-coverage-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyżaniak (eloy) <eloy@debian.org>,
Nathan Handler <nhandler@ubuntu.com>
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtext-simpletable-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtext-simpletable-perl/
Homepage: http://search.cpan.org/dist/Text-SimpleTable
Standards-Version: 3.8.2
Package: libtext-simpletable-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: Perl module for creating simple eyecandy ASCII Tables
Text::SimpleTable is a replacement for the Text::ASCIITable module.
.
If you need to create text tables like
.
.-------+------------.
| foob- | yadayaday- |
| arbaz | ada |
'-------+------------'
.
this module is for you.
|