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.
Finds '::::::::' in module names.
Find unnecessary 'use strict'
Find oversized blocks
Find oversized `try..catch` block.
Finds `scalar` in scalar context.
Find 'use utf8' statement that produces (almost) no effect.
Find unused constants.
Find unused imports
Find unused include statements.
perlcritic add-ons that generally check for dead code.