1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Source: libstring-toidentifier-en-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominique Dumont <dod@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: liblingua-en-inflect-phrase-perl (>= 0.16),
libnamespace-clean-perl (>= 0.20),
libtext-unidecode-perl,
perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libstring-toidentifier-en-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libstring-toidentifier-en-perl.git
Homepage: https://metacpan.org/release/String-ToIdentifier-EN/
Package: libstring-toidentifier-en-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
liblingua-en-inflect-phrase-perl (>= 0.16),
libnamespace-clean-perl (>= 0.20),
libtext-unidecode-perl
Description: 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.
|