- New upstream release 1.125 - Corrected dependency on List::Util::any() to List::MoreUtils::any() - Revised and updated documentation - Drop upstreamed patch for GH #626epel9
parent
801b2accba
commit
8e3a900650
@ -1,11 +0,0 @@
|
|||||||
--- lib/Perl/Critic/Policy/Subroutines/ProhibitUnusedPrivateSubroutines.pm
|
|
||||||
+++ lib/Perl/Critic/Policy/Subroutines/ProhibitUnusedPrivateSubroutines.pm
|
|
||||||
@@ -7,7 +7,7 @@ use warnings;
|
|
||||||
|
|
||||||
use English qw< $EVAL_ERROR -no_match_vars >;
|
|
||||||
use Readonly;
|
|
||||||
-use List::Util qw(any);
|
|
||||||
+use List::MoreUtils qw(any);
|
|
||||||
|
|
||||||
use Perl::Critic::Utils qw{
|
|
||||||
:characters hashify is_function_call is_method_call :severities
|
|
Loading…
Reference in new issue