The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 2.03 - 2020-11-26

  • Add one policy to require the use of 'first' instead of 'grep'

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
A collection of handy Perl::Critic policies