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

Modules

Policies and modules that were formerly included with Perl::Critic itself, but which have been superseded by others.
Put source-control keywords in every file.
Write sub my_function{} instead of sub MyFunction{}.
Write $my_variable = 42 instead of $MyVariable = 42.
Utility functions for dealing with PPI regexp tokens.