Changes for version 1.10 - 2012-08-20
- ENHANCEMENTS
- Added ProhibitDebuggingModules. Thanks to Mike Doherty for the code, and to Breno G. de Oliveira, Joel Berger and Jeffrey Thalhammer for helping with implementation details.
Modules
A collection of handy Perl::Critic policies
Bitwise operators are usually accidentally used instead of logical boolean operators.
Commented-out code is usually noise. It should be removed.
Prohibit loading of debugging modules like Data::Dumper
Don't use XXX, TODO, or FIXME.
Know what you're going to test.
Prohibit variables differentiated by trailing numbers.
Create a clone() method if you need copies of objects.
Adding modifiers to a regular expression made up entirely of a variable created with qr() is usually not doing what you expect.
Don't use generic variable names.