perl/perl-String-PerlIdentifier: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-14 04:03:00 -04:00
parent 9a3f18c056
commit 10866ccab0
1 changed files with 5 additions and 4 deletions

View File

@ -3,7 +3,8 @@ 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.
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.