depend on Module::Pluggable::Object directly instead of assuming it is bundled with...
Brian Cassidy [Thu, 31 Mar 2016 17:44:09 +0000 (14:44 -0300)]
Makefile.PL
lib/Config/Any.pm

index 23e8e90..839ff87 100644 (file)
@@ -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' ) ) {
index 189e13f..c2d4372 100644 (file)
@@ -314,7 +314,7 @@ Config::Any requires no configuration files or environment variables.
 
 =head1 DEPENDENCIES
 
-L<Module::Pluggable|Module::Pluggable>
+L<Module::Pluggable::Object|Module::Pluggable::Object>
 
 And at least one of the following:
 L<Config::General|Config::General>