1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: libtext-wrapper-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>, gregor herrmann <gregoa@debian.org>
Standards-Version: 3.9.6
Homepage: https://metacpan.org/release/Text-Wrapper
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtext-wrapper-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtext-wrapper-perl.git
Testsuite: autopkgtest-pkg-perl
Package: libtext-wrapper-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: simple word wrapping routine
Text::Wrapper provides simple word wrapping. It breaks long lines, but does
not alter spacing or remove existing line breaks. If you're looking for more
sophisticated text formatting, try the Text::Format module.
|