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

Modules

Policies that were formally included with Perl::Critic itself, but which have been superseded by others.
Write sub my_function{} instead of sub MyFunction{}.
Write $my_variable = 42 instead of $MyVariable = 42.