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

Changes for version 0.18

  • Released at 2021-09-29T08:43:04+0900
  • ProhibitDuplicateLiteral: the parameter "whitelist" is renamed to "allowlist"
  • ProhibitDuplicateLiteral: the parameter "whitelist_number" is removed
  • ProhibitUnusedImport: Deal with the special form of assigning to @EXPORT and @EXPORT_OK. Github PR #29, issue #18

Modules

Don't repeat yourself with identical literals
When 2 subroutines are defined with the same name, report the first one.
Find 'use utf8' statement that produces (almost) no effect.
perlcritic add-ons that generally check for dead code.