NAME
module-checkstyle - Check that your code keeps style
SYNOPSIS
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
DESCRIPTION
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.
OPTIONS
- -help
 - 
Print a brief help message and exits.
 - -man
 - 
Prints the manual page and exists.
 - -config
 - 
Use an alternate config file instead of ~/.module-checkstyle/config.
 - -all
 - 
Don't ignore common files when traversing directories. Common files are things such as blib/* t/* Makefile.PL etc.
 - -debug
 - 
Turn on debugging information.
 - -version
 - 
Display version information.
 
SEE ALSO