Changes for version 0.04
- fix typo in module name (Precendece -> Precedence) (Michiel Beijen)
- fix variable name (Michiel Beijen)
Modules
A collection of handy Perl::Critic policies
Check module for use of "Dumper"
Do no use FetchrowHashref
do not use "localtime"
Do not use "not", "and" and other low precedence operators
Do not use "open"
Do not use "require"
Do not use File::Path's rmtree
Some core functions should not be used
Variable, subroutine, and package names have to be in CamelCase
Use parens when a method is called
Check if modules have a "true" return value