-
-
06 Mar 2006 18:20:41 UTC
- Distribution: Module-Checkstyle
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (2)
- Testers (6 / 507 / 0)
- Kwalitee
Bus factor: 0- 83.54% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (24.1KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
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
Module Install Instructions
To install Module::Checkstyle, copy and paste the appropriate command in to your terminal.
cpanm Module::Checkstyle
perl -MCPAN -e shell install Module::Checkstyle
For more information on module installation, please visit the detailed CPAN module installation guide.