libstring-toidentifier-en-perl 0.10-1 source package in Ubuntu

Changelog

libstring-toidentifier-en-perl (0.10-1) unstable; urgency=low


  * Team upload.
  * New upstream release.
  * debian/copyright:
    - update upstream copyright years
    - drop information about removed inc/Module/*
  * Drop pod-encoding.patch, merged upstream.

 -- gregor herrmann <email address hidden>  Mon, 10 Jun 2013 17:30:10 +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 Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libstring-toidentifier-en-perl_0.10-1.dsc 2.2 KiB 9cbf1ed9a1469b92ea0ceb1da0240b5f2e5642c0f7e4ca2ddf9ee4554f2e2106
libstring-toidentifier-en-perl_0.10.orig.tar.gz 18.6 KiB 462bd8296892f6b238e953f215e04cff4c4c456e3c29ae2be9afc18459d8a0f6
libstring-toidentifier-en-perl_0.10-1.debian.tar.gz 2.0 KiB d89d303b20d30435799dd6ac93ed9d3cfc951aa90f39d5897261f903749ed928

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.