diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 04:03:35 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-14 04:03:35 -0400 |
commit | 5b77cc88b11eb9f51210cb12a2e808e3858ab6ef (patch) | |
tree | 6a61529111d82fa118fd31c7afdfad661a6ea784 /perl | |
parent | f494008c2af096d24be66aa16bdad29b6374b46f (diff) | |
download | slackbuilds-5b77cc88b11eb9f51210cb12a2e808e3858ab6ef.tar.gz |
perl/perl-Test-PerlTidy: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'perl')
-rw-r--r-- | perl/perl-Test-PerlTidy/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/perl/perl-Test-PerlTidy/README b/perl/perl-Test-PerlTidy/README index 7c862be458..83dfd74e5e 100644 --- a/perl/perl-Test-PerlTidy/README +++ b/perl/perl-Test-PerlTidy/README @@ -1,5 +1,6 @@ -Runs perltidy on files and reports errors if any of the files differ after -having been tidied. Does not permanently modify the files being tested. +Runs perltidy on files and reports errors if any of the files differ +after having been tidied. Does not permanently modify the files being +tested. -By default, perltidy will be run on files under the current directory and its -subdirectories with extensions matching: .pm .pl .PL .t +By default, perltidy will be run on files under the current directory +and its subdirectories with extensions matching: .pm .pl .PL .t |