summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2016-11-06 16:52:42 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-12 06:58:01 +0700
commit46db89ee30817972bc41bbd62cc5beace331df6a (patch)
tree9562658a7934fd321b11425d441cbc98f1251bc1
parent1798ecd8f9719bfa1ab281f48f75342bca448a8f (diff)
downloadslackbuilds-46db89ee30817972bc41bbd62cc5beace331df6a.tar.gz
slackbuilds-46db89ee30817972bc41bbd62cc5beace331df6a.tar.xz
perl/perl-String-PerlIdentifier: Update README.
-rw-r--r--perl/perl-String-PerlIdentifier/README9
1 files changed, 4 insertions, 5 deletions
diff --git a/perl/perl-String-PerlIdentifier/README b/perl/perl-String-PerlIdentifier/README
index 4ac3f2dc58..8e363151dd 100644
--- a/perl/perl-String-PerlIdentifier/README
+++ b/perl/perl-String-PerlIdentifier/README
@@ -1,10 +1,9 @@
-perl-String-PerlIdentifier (Generate a random name for Perl variable)
+perl-String-PerlIdentifier (generate a random name for Perl variable)
String::PerlIdentifier - Generate a random name for a Perl variable.
This module automatically exports a single subroutine, make_varname(),
which returns a string composed of random characters that qualifies as
-the name for a Perl variable.
-The characters are limited to upper- and lower-case letters in the English alphabet,
-the numerals from 0 through 9 and the underscore character.
-The first character may not be a numeral.
+the name for a Perl variable. The characters are limited to upper- and
+lower-case letters in the English alphabet, the numerals from 0 through
+9 and the underscore character. The first character may not be a numeral.