aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-String-ToIdentifier-EN/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.12Sunpoet Po-Chuan Hsieh2018-02-281-2/+3
| | | | | | | | | | - Remove TEST_DEPENDS: remove author/development/release dependencies - Add NO_ARCH Changes: http://search.cpan.org/dist/String-ToIdentifier-EN/Changes Notes: svn path=/head/; revision=463244
* - Update to 0.11Sunpoet Po-Chuan Hsieh2013-08-281-2/+2
| | | | | | | Changes: http://search.cpan.org/dist/String-ToIdentifier-EN/Changes Notes: svn path=/head/; revision=325531
* - Update to 0.10Sunpoet Po-Chuan Hsieh2013-06-131-2/+2
| | | | | | | Changes: http://search.cpan.org/dist/String-ToIdentifier-EN/Changes Notes: svn path=/head/; revision=320780
* - Update to 0.09Sunpoet Po-Chuan Hsieh2013-01-301-2/+2
| | | | | | | | | - Remove outdated PERL_LEVEL check Changes: http://search.cpan.org/dist/String-ToIdentifier-EN/Changes Notes: svn path=/head/; revision=311251
* - Update to 0.08Sunpoet Po-Chuan Hsieh2012-10-061-2/+2
| | | | | | | | | | - Add LICENSE - Cleanup Makefile header Changes: http://search.cpan.org/dist/String-ToIdentifier-EN/Changes Notes: svn path=/head/; revision=305339
* - Update to 0.07Sunpoet Po-Chuan Hsieh2012-03-011-2/+2
| | | | | | | Changes: http://search.cpan.org/dist/String-ToIdentifier-EN/Changes Notes: svn path=/head/; revision=292476
* - Add p5-String-ToIdentifier-EN 0.06Sunpoet Po-Chuan Hsieh2011-12-051-0/+2
String::ToIdentifier::EN provides a utility method, "to_identifier" for converting an arbitrary string into a readable representation using the ASCII subset of \w for use as an identifier 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 \w including Unicode, see the subclass String::ToIdentifier::EN::Unicode. Currently, this process is one way only, and will likely remain this way. The default is to create camelCase identifiers, or you may pass in a separator char of your choice such as _. Binary char groups will be separated by _ even in camelCase identifiers to make them easier to read, e.g.: foo_2_0xFF_Bar. WWW: http://search.cpan.org/dist/String-ToIdentifier-EN/ Feature safe: yes Notes: svn path=/head/; revision=286917