- More documentation edits.
[New Policies]
- Documentation::RequirePodAtEnd
- Subroutines::ProtectPrivateSubs
- Variables::ProhibitMatchVars
- Variables::ProtectPrivateVars
[Bug Fixes]
- 15295: "## no critic" pragmas too aggresive on compound statements.
- t/01_config.t failed in the presence of third-party policies
- Implemented workaround for failing pod_coverage tests.
- 16906: tr/// created false-postives with RegularExpression polices.