diff options
Diffstat (limited to 'perl/perl-Test-PerlTidy/README')
-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 7c862be458d7..83dfd74e5e04 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 |