Changes for version 0.15
- Released at 2021-03-15T08:11:11+0900
- New policy: ProhibitExtraStricture
- ProhibitDuplicateSub: Avoid one case of false positive when there are multiple packages in the same file. See: Github PR #10.
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.