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