From: Brian Cassidy Date: Thu, 31 Mar 2016 17:44:09 +0000 (-0300) Subject: depend on Module::Pluggable::Object directly instead of assuming it is bundled with... X-Git-Tag: v0.27~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=commitdiff_plain;h=0d60294cccd50a91bb818ddcf1038179b89e0240 depend on Module::Pluggable::Object directly instead of assuming it is bundled with Module::Pluggable (RT #113148) --- diff --git a/Makefile.PL b/Makefile.PL index 23e8e90..839ff87 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -9,7 +9,7 @@ name 'Config-Any'; all_from 'lib/Config/Any.pm'; -requires 'Module::Pluggable' => '3.01'; +requires 'Module::Pluggable::Object' => '3.6'; # Upgrade Config::General is necessary if ( can_use( 'Config::General' ) && !can_use( 'Config::General', '2.47' ) ) { diff --git a/lib/Config/Any.pm b/lib/Config/Any.pm index 189e13f..c2d4372 100644 --- a/lib/Config/Any.pm +++ b/lib/Config/Any.pm @@ -314,7 +314,7 @@ Config::Any requires no configuration files or environment variables. =head1 DEPENDENCIES -L +L And at least one of the following: L