The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

criticizeall - Recursively find Perl sources and run perlcritic on them all

VERSION

This documentation refers to criticizeall version v0.0.5

USAGE

   criticizeall -in .\directory [options]

DESCRIPTION

'criticizeall' looks for perl sources in the input directory and its children and runs the perlcritic lint tool on each source file it finds. The first time criticizeall executes, it will store the modification times of the source files and on the next run, only modified files will be checked. By default criticizeall searches the current directory if no directory is speicfied, and uses perlcritic's '-1' option to run with the maximum number of rules enabled. You can use the '-f' option to force criticizeall to check all files, even those which have not been modified.

REQUIRED ARGUMENTS

None.

OPTIONS

-i[n] [=] <directory>

Specify input directory

-C [=] <opts>

criticizeall options

-f

Force criticism, even if the file appears unmodified.

-v
--verbose

Print all warnings

--version
--usage
--help
--man

Print the usual program information

CONFIGURATION

None.

DIAGNOSTICS

None at this time.

EXIT STATUS

Zero on success. No others defined at this time.

DEPENDENCIES

        autodie
        Carp
        Cwd
        File::Next
        File::Spec
        File::stat
        FindBin::Real
        Getopt::Euclid
        Modern::Perl 2012
        Readonly
        Storable
        version

INCOMPATIBILITIES

None known.

BUGS AND LIMITATIONS

None known.

AUTHOR

Jim Counts - @jamesrcounts

LICENSE AND COPYRIGHT

Copyright (C) 2013 Jim Counts

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

    L<http://www.apache.org/licenses/LICENSE-2.0>

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.