libstring-toidentifier-en-perl 0.11-2 source package in Ubuntu

Changelog

libstring-toidentifier-en-perl (0.11-2) unstable; urgency=medium

  * Team upload.

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Niko Tyni ]
  * Update to debhelper compat level 10
  * Update to Standards-Version 4.1.3
  * Declare that the package does not need (fake)root to build
  * Add Testsuite declaration for autopkgtest-pkg-perl

 -- Niko Tyni <email address hidden>  Tue, 13 Feb 2018 20:39:11 +0200

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
Bionic release universe perl

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libstring-toidentifier-en-perl_0.11-2.dsc 2.3 KiB aab03f39d5d029774dba309bb14004743957867dd02ddc605acb604a31dd2032
libstring-toidentifier-en-perl_0.11.orig.tar.gz 18.8 KiB d0168da09d82c9f15572dce8494c293ff4b8c7d34566bbd590a7cff9267c5cad
libstring-toidentifier-en-perl_0.11-2.debian.tar.xz 2.2 KiB 7ad1bb014786f71a36ce029c8155212b6442feb9ef5a291a6be6a20dcc178cdc

Available diffs

No changes file available.

Binary packages built by this source

libstring-toidentifier-en-perl: module to convert strings to English program identifiers

 String::ToIdentifier::EN is a Perl module that provides a utility to
 convert an arbitrary string into an identifier usable in a computer
 program. The intent is to make unique identifier names from which the
 content of the original string can be easily inferred by a human just
 by reading the identifier.
 .
 If you need the full set of alphanumeric caracters including Unicode,
 see the subclass String::ToIdentifier::EN::Unicode.
 .
 Currently, this process is one way only, and will likely remain this way.