libstring-truncate-perl 1.100601-1 source package in Ubuntu
Changelog
libstring-truncate-perl (1.100601-1) unstable; urgency=low * Team upload. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change search.cpan.org based URIs to metacpan.org based URIs [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" [ gregor herrmann ] * New upstream release. * Update years of upstream copyright. * Declare compliance with Debian Policy 3.9.4. -- gregor herrmann <email address hidden> Wed, 23 Oct 2013 21:35:00 +0200
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libstring-truncate-perl_1.100601-1.dsc | 2.2 KiB | 0134b30b190cfcb5fe7cbcfe60c061afa40a65d5d0acf560de1c6e0d60bc8b5b |
libstring-truncate-perl_1.100601.orig.tar.gz | 16.1 KiB | 4438e2c48dbffc3dc569f34df7131bcbb2d6b83611b558c9e8466aa330015ad5 |
libstring-truncate-perl_1.100601-1.debian.tar.gz | 2.2 KiB | 30d1701e5e51534b50044ce210178217276bcc1fd6c2e3e2a1df1d00242c2cf4 |
Available diffs
No changes file available.
Binary packages built by this source
- libstring-truncate-perl: 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.