aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-String-ToIdentifier-EN
Commit message (Collapse)AuthorAgeFilesLines
* - Revert ports/165605 as requested by portmgr@Philip M. Gollucci2012-03-131-2/+11
| | | | | | | | | | | | Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so) Notes: svn path=/head/; revision=293247
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, ↵Philip M. Gollucci2012-03-081-11/+2
| | | | | | | | | | | | | | | | | | devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index Notes: svn path=/head/; revision=292977
* - Update to 0.07Sunpoet Po-Chuan Hsieh2012-03-012-3/+3
| | | | | | | 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-054-0/+67
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