[New Features]
- Added the ability to specify a regex to tell what unused private
subroutines are OK in Subroutines::ProhibitUnusedPrivateSubroutines.
This is handy for Moose classes where there could be many false
positives on _build_xxxx() subroutines.
Thanks, Dave Cross. (GH #811, #812)
[Dependencies]
- Perl::Critic now no longer relies on the deprecated Email::Address.
Thanks, Giovanni Mariani. (GH #816)