1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: libtext-formattable-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 6)
Build-Depends-Indep: perl (>= 5.8.0-7)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <divanov@creditreform.bg>,
Gunnar Wolf <gwolf@debian.org>,
gregor herrmann <gregor+debian@comodo.priv.at>
Standards-Version: 3.7.3
Homepage: http://search.cpan.org/dist/Text-FormatTable/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtext-formattable-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-formattable-perl/
Package: libtext-formattable-perl
Architecture: all
Depends: ${perl:Depends}
Description: Format text tables
Text::FormatTable renders simple tables as text. You pass to the constructor
(new) a table format specification similar to LaTeX (e.g. r|l|l) and you
call methods to fill the table data and insert rules. After the data is filled,
you call the render method and the table gets formatted as text.
|