[New Features]
- perlcritic now emits a summary about the scanned code when enabled by
the "-statistics" option.
[Policy Enhancements]
- InputOutput::ProhibitBacktickOperators can now be configured to only
check in void contexts.
[Bug Fixes]
- 27073: False positive in RequireUpperCaseHeredocTerminator
- 27065: CodeLayout::ProhibitTrailingWhitespace breaks under Perl 5.6.1
- 26462: ControlStructures::ProhibitCascadingIfElse pod typo
- ValuesAndExpressions::ProhibitCommaSeparatedStatements was complaining
about multiple values in the list to be iterated over by a foreach loop.
- Corrected PBP page numbers for some policies (Quinn Weaver).