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
|
Source: libstring-formatter-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.0.50)
Build-Depends-Indep: libparams-util-perl, libsub-exporter-perl,
libtest-pod-perl (>= 1.41), perl,
perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>, Jonathan Yu <jawnsy@cpan.org>,
Ansgar Burchardt <ansgar@43-1.org>,
Salvatore Bonaccorso <salvatore.bonaccorso@gmail.com>
Standards-Version: 3.9.1
Homepage: http://search.cpan.org/dist/String-Formatter/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libstring-formatter-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libstring-formatter-perl/
Package: libstring-formatter-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libparams-util-perl,
libsub-exporter-perl
Description: module to build sprintf-like formatting routines
String::Formatter is a tool for building sprintf-like formatting routines. It
supports named or positional formatting, custom conversions, fixed string
interpolation, and simple width-matching out of the box. It is easy to alter
its behavior to write new kinds of format string expanders. For most cases,
it should be easy to build all sorts of formatters out of the options built
into String::Formatter.
|