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 2.04 - 2020-11-30

  • Add one policy to require postdereferencing
  • fix metadata (http => https) (thanks @szabgab)

Modules

Always use the /x modifier with regular expressions, except when the regex is used
NamingConventions::Capitalization plus the ability to exempt "Full qualified package names"
Do not use the Block-eval. Use Try::Tiny instead
Use List::Utils 'first' instead of grep if you want to get the first found element
Require Postdereferencing which became stable in Perl 5.24
A collection of handy Perl::Critic policies