Changes for version 0.17
- Released at 2021-09-20T20:44:45+0900
- ProhibitDuplicateLiteral: add "whitelist" parameter
- ProhibitDuplicateLiteral: The "whitelist_number" parameter is being deprecated -- please replace it with "whitelist"
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.