Commit graph

8 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
c9cf6c6113 - Convert to new perl framework 2013-08-21 14:08:06 +00:00
Sunpoet Po-Chuan Hsieh
cbfa2d9d95 - Update to 0.10
Changes:	http://search.cpan.org/dist/String-ToIdentifier-EN/Changes
2013-06-13 11:52:40 +00:00
Sunpoet Po-Chuan Hsieh
ff7981f714 - Update to 0.09
- Remove outdated PERL_LEVEL check

Changes:	http://search.cpan.org/dist/String-ToIdentifier-EN/Changes
2013-01-30 18:20:25 +00:00
Sunpoet Po-Chuan Hsieh
d0b37e590a - Update to 0.08
- Add LICENSE
- Cleanup Makefile header

Changes:	http://search.cpan.org/dist/String-ToIdentifier-EN/Changes
2012-10-06 06:48:46 +00:00
Philip M. Gollucci
b59621d3ae - Revert ports/165605 as requested by portmgr@
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)
2012-03-13 16:15:36 +00:00
Philip M. Gollucci
2cf4c1e2c8 - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, 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
2012-03-08 18:45:38 +00:00
Sunpoet Po-Chuan Hsieh
1b47895928 - Update to 0.07
Changes:	http://search.cpan.org/dist/String-ToIdentifier-EN/Changes
2012-03-01 08:24:59 +00:00
Sunpoet Po-Chuan Hsieh
5468d240d0 - Add p5-String-ToIdentifier-EN 0.06
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
2011-12-05 11:32:45 +00:00