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

Changes for version 0.16

  • Released at 2021-08-31T08:48:07+0900
  • ProhibitUnusedImport: Fix a case of false positive: Imported vars that are interpolated in strings should not be violations. Github Issue #19
  • ProhibitExtraStricture: Match the list of strict-equivalent modules in Perl::Critic. Github PR #21
  • ProhibitExtraStricture: Recognize the strictures implied by `use VERSION`. Github PR #23

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.