summaryrefslogtreecommitdiffstats
path: root/perl/perl-String-PerlIdentifier
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-String-PerlIdentifier')
-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.