Documentation
Things for Perl::Critic::More developers to do
Modules
Supplemental policies for Perl::Critic
Disallow high-bit characters.
Per-file editor settings.
Use exceptions instead of die, croak, or confess.
Enforce backward compatible code.
Require a use 5.006; or similar.
Putting the constant value on the left side of an equality exposes typos.
Stop mixing long strings with code.