summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author B. Watson2022-03-14 09:03:00 +0100
committer B. Watson2022-03-14 09:03:00 +0100
commit10866ccab040c1673965e47f13ade94ed4047b62 (patch)
treed914ff09402d5ba7165093c51170525dc685f0c0 /perl
parent9a3f18c0564730a271c05a81bc054cee41c11bad (diff)
downloadslackbuilds-10866ccab040c1673965e47f13ade94ed4047b62.tar.gz
perl/perl-String-PerlIdentifier: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-String-PerlIdentifier/README9
1 files changed, 5 insertions, 4 deletions
diff --git a/perl/perl-String-PerlIdentifier/README b/perl/perl-String-PerlIdentifier/README
index 8e363151dd..312fbb2a77 100644
--- a/perl/perl-String-PerlIdentifier/README
+++ b/perl/perl-String-PerlIdentifier/README
@@ -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.