Skip to content

Commit

Permalink
[codingstd] Cleanup help for perlcritic.t
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@29374 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
coke committed Jul 13, 2008
1 parent b19c2c3 commit 32dd247
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions t/codingstd/perlcritic.t
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,15 @@ t/codingstd/perlcritic.t - use perlcritic for perl coding stds.
% prove t/codingstd/perlcritic.t
% perl --theme=extra t/codingstd/perlcritic.t
% perl t/codingstd/perlcritic.t <file>
% perl t/codingstd/perlcritic.t [--theme=sometheme] [file]
=head1 DESCRIPTION
Tests all perl source files for some very specific perl coding violations.
By default, tests all perl source files for some very specific perl coding
violations.
Optionally specify directories or files on the command line to test B<only>
those files, otherwise all perl 5 files in the C<MANIFEST> will be checked.
Optionally specify a file on the command line to test B<only>
that file.
This test uses a standard perlcriticrc file, located in
F<tools/utils/perlcritic.conf>
Expand All @@ -89,9 +88,6 @@ If you wish to run a specific policy, the easiest way to do so is to
temporarily add a custom theme to the configuration file and then specify
that on the command line to this script.
If you wish to test a specific file, you can pass that as an argument on the
command line.
=cut
# Local Variables:
Expand Down

0 comments on commit 32dd247

Please sign in to comment.