NAME
versionall - Recursively find Perl sources and update version numbers
VERSION
This documentation refers to versionall version 0.0.1
USAGE
versionall -in .\directory [options]
DESCRIPTION
'versionall' 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 versionall executes, it will store the modification times of the source files and on the next run, only modified files will be checked. By default versionall 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 versionall to check all files, even those which have not been modified.
REQUIRED ARGUMENTS
None.
OPTIONS
- -i[n] [=] <directory>
-
Specify input directory
- -n [=] <number>
-
Specify new version number
- -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
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.