
module-checkstyle - Check that your code keeps style

module-checkstyle [options] [file and directories ...]
Options: -help brief help message -man full documentation -all turn off ignoring common files -debug turn on debugging -version display version information

This program is the command-line interface to Module::Checkstyle.
You invoke it by supplying a list of files or directories that contain Perl code that should be checked aginst the configuration. Any problems found will be reported on standard out.

Print a brief help message and exits.
Prints the manual page and exists.
Use an alternate config file instead of ~/.module-checkstyle/config.
Don't ignore common files when traversing directories. Common files are things such as blib/* t/* Makefile.PL etc.
Turn on debugging information.
Display version information.
SEE ALSO