NAME

tidyall - Recursively find all Perl sources and run perltidy on them all

VERSION

This documentation refers to tidyall version v0.0.4_2

USAGE

tidyall -in .\directory [options]

DESCRIPTION

'tidyall' looks for perl sources in the input directory and its children and runs the perltidy pretty printer on each source file it finds. The first time tidyall executes, it will store the modification times of the source files and on the next run, only modified files will be tidied. By default tidyall searches the current directory if no directory is speicfied, and uses perltidy's '-b' option to modify the source files in place (and create a backup).

REQUIRED ARGUMENTS

None.

OPTIONS

-i[n] [=] <directory>

Specify input directory

-P [=] <opts>

perltidy options

-v
--verbose

Print all warnings

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

Print the usual program information

DIAGNOSTICS

None at this time.

EXIT STATUS

Zero on success. No others defined at this time.

CONFIGURATION

None.

DEPENDENCIES

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

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.