The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Documentation

Things for Perl::Critic::More developers to do

Modules

Supplemental policies for Perl::Critic
Disallow high-bit characters.
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.