The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.02 - 2009-03-07

  • No new features.
  • Updated the licensing to be explicitly GPLv3 or Artistic 2.0.
  • Removed incorrect tests for compatibility with Perl::Critic 1.098.

Modules

A collection of handy Perl::Critic policies
Commented-out code is usually noise. It should be removed.
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.