summaryrefslogtreecommitdiff
path: root/textproc/p5-String-ToIdentifier-EN/DESCR
diff options
context:
space:
mode:
authorhiramatsu <hiramatsu>2011-11-14 08:08:04 +0000
committerhiramatsu <hiramatsu>2011-11-14 08:08:04 +0000
commit566fa381f4b3a5380a577658ba7bee8d0d7b2a14 (patch)
tree9c6fe64147ced65032887edbe7f564ecf0372717 /textproc/p5-String-ToIdentifier-EN/DESCR
parent4ba594552fb3c78502fa6e7c81f153938d323da0 (diff)
downloadpkgsrc-566fa381f4b3a5380a577658ba7bee8d0d7b2a14.tar.gz
Import String::ToIdentifier::EN into textproc/p5-String-ToIdentifier-EN,
which is required to update databases/p5-DBIx-Class-Schema-Loader. This module 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.
Diffstat (limited to 'textproc/p5-String-ToIdentifier-EN/DESCR')
-rw-r--r--textproc/p5-String-ToIdentifier-EN/DESCR6
1 files changed, 6 insertions, 0 deletions
diff --git a/textproc/p5-String-ToIdentifier-EN/DESCR b/textproc/p5-String-ToIdentifier-EN/DESCR
new file mode 100644
index 00000000000..47cac29c358
--- /dev/null
+++ b/textproc/p5-String-ToIdentifier-EN/DESCR
@@ -0,0 +1,6 @@
+This module 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.