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 29 30
|
Source: libstring-truncate-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
Franck Joncourt <franck@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
libsub-install-perl,
libsub-exporter-perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libstring-truncate-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libstring-truncate-perl.git
Homepage: https://metacpan.org/release/String-Truncate
Package: libstring-truncate-perl
Architecture: all
Depends: ${perl:Depends},
${misc:Depends},
libsub-install-perl,
libsub-exporter-perl
Description: Perl module to truncate long strings
String::Truncate is a Perl module useful for truncating any long string
sequence and marking the place where any text has been elided (deleted).
You simply tell the module the maximum string width and where to elide
strings (at the right side, left side, in the middle or at the ends). It
also supports a customized marker for elisions, but defaults to the most
common symbol, the ellipsis (...). It can also prefer to break strings at
whitespace where possible.
|