libstring-truncate-perl 1.100603-1 source package in Ubuntu

Changelog

libstring-truncate-perl (1.100603-1) unstable; urgency=medium

  * Import upstream version 1.100603.
  * Update years of upstream copyright.
  * Update upstream email address.
  * Update debian/upstream/metadata.
  * Declare compliance with Debian Policy 4.6.2.
  * Set Rules-Requires-Root: no.
  * Annotate test-only build dependencies with <!nocheck>.
  * Add /me to Uploaders.

 -- gregor herrmann <email address hidden>  Thu, 05 Jan 2023 20:23:12 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libstring-truncate-perl_1.100603-1.dsc 2.5 KiB 6053671fb91ec105618cc1856bf4e0ac8d53c8feebcb7dacf4385dd5d2b911e5
libstring-truncate-perl_1.100603.orig.tar.gz 19.4 KiB ab45602cce2dd9515edfbb2e6e5cde19cdd5498d61a23afd8c46c1f11f8eec62
libstring-truncate-perl_1.100603-1.debian.tar.xz 2.8 KiB fd3f27288c6452f4e89f262c4f6ec33c4e3924d54acda78521709bd4c06a4fff

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.