diff options
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 |
commit | 46db89ee30817972bc41bbd62cc5beace331df6a (patch) | |
tree | 9562658a7934fd321b11425d441cbc98f1251bc1 /perl | |
parent | 1798ecd8f9719bfa1ab281f48f75342bca448a8f (diff) |
perl/perl-String-PerlIdentifier: Update README.
Diffstat (limited to 'perl')
-rw-r--r-- | perl/perl-String-PerlIdentifier/README | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/perl/perl-String-PerlIdentifier/README b/perl/perl-String-PerlIdentifier/README index 4ac3f2dc5812..8e363151dd9e 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. |