libstring-dirify-perl 1.03-3 source package in Ubuntu

Changelog

libstring-dirify-perl (1.03-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libstring-dirify-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 21:12:35 +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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libstring-dirify-perl_1.03-3.dsc 2.1 KiB 6491fa9d7c74b88b1ec3bdf7d14c26b198eecf925e42b5b060b4d309ce193921
libstring-dirify-perl_1.03.orig.tar.gz 13.2 KiB 8e66374ade8b447ba94d276616973ef8a249e5b6258b81662142daa712329d53
libstring-dirify-perl_1.03-3.debian.tar.xz 2.4 KiB 649091fec3a814246fb5f8770efb004aeea2ac88982f9cf7fee0d159a63f377e

Available diffs

No changes file available.

Binary packages built by this source

libstring-dirify-perl: utility converting string to a safe format

 String::Dirify converts a string (possibly containing high ASCII characters,
 and even HTML) into another, lower-cased, string which can be used as a
 directory name or URL.
 .
 The algorithm is as follows:
  * Each high ASCII character is replaced by its normal equivalent
  * The string is converted to lower case
  * Any HTML (including HTML entities) in the string is removed
  * Any characters which are not (Perl) words, spaces or hyphens, are removed
  * Runs of spaces are converted to the separator character