You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.5 KiB
56 lines
1.5 KiB
--- lib/Package/DeprecationManager.pm
|
|
+++ lib/Package/DeprecationManager.pm
|
|
@@ -6,7 +6,7 @@ use warnings;
|
|
our $VERSION = '0.14';
|
|
|
|
use Carp qw( croak );
|
|
-use List::Util 1.33 qw( any );
|
|
+use List::MoreUtils qw( any );
|
|
use Params::Util qw( _HASH0 );
|
|
use Sub::Install;
|
|
|
|
--- Makefile.PL
|
|
+++ Makefile.PL
|
|
@@ -19,7 +19,7 @@ my %WriteMakefileArgs = (
|
|
"NAME" => "Package::DeprecationManager",
|
|
"PREREQ_PM" => {
|
|
"Carp" => 0,
|
|
- "List::Util" => "1.33",
|
|
+ "List::MoreUtils" => "0",
|
|
"Params::Util" => 0,
|
|
"Sub::Install" => 0,
|
|
"strict" => 0,
|
|
--- META.json
|
|
+++ META.json
|
|
@@ -39,7 +39,7 @@
|
|
"runtime" : {
|
|
"requires" : {
|
|
"Carp" : "0",
|
|
- "List::Util" : "1.33",
|
|
+ "List::MoreUtils" : "0",
|
|
"Params::Util" : "0",
|
|
"Sub::Install" : "0",
|
|
"strict" : "0",
|
|
--- META.yml
|
|
+++ META.yml
|
|
@@ -26,7 +26,7 @@ provides:
|
|
version: '0.14'
|
|
requires:
|
|
Carp: '0'
|
|
- List::Util: '1.33'
|
|
+ List::MoreUtils: '0'
|
|
Params::Util: '0'
|
|
Sub::Install: '0'
|
|
strict: '0'
|
|
--- t/00-report-prereqs.dd
|
|
+++ t/00-report-prereqs.dd
|
|
@@ -24,7 +24,7 @@ do { my $x = {
|
|
'runtime' => {
|
|
'requires' => {
|
|
'Carp' => '0',
|
|
- 'List::Util' => '1.33',
|
|
+ 'List::MoreUtils' => '0',
|
|
'Params::Util' => '0',
|
|
'Sub::Install' => '0',
|
|
'strict' => '0',
|