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

Changes for version 0.07 - 2024-05-29

  • (ProhibitUnicodeDigitInRegexp) Treat digit character class /[:digit:]/ the same as \d (gh#7, Thanks Yoshikazu Sawa)

Modules

Some Perl::Critic policies used by Plicease
Leading zeroes are okay as the first arg to chmod, and other such reasonableness
Prohibit the use of @_ in subroutine using signatures
Prohibit the use of specific modules or pragmas
Prohibit non-ASCII \d in regular expressions