use absolute paths when loading perl files
[p5sagit/Config-Any.git] / Makefile.PL
index 86b802a..839ff87 100644 (file)
@@ -1,4 +1,4 @@
-use inc::Module::Install 0.99;
+use inc::Module::Install 1.00;
 
 if ( -e 'MANIFEST.SKIP' ) {
     system( 'pod2text lib/Config/Any.pm > README' );
@@ -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' ) ) {
@@ -25,6 +25,6 @@ if ( $Module::Install::AUTHOR ) {
 }
 
 resources repository =>
-    'http://dev.catalyst.perl.org/repos/Catalyst/trunk/Config-Any/';
+    'git://git.shadowcat.co.uk/p5sagit/Config-Any.git';
 
 WriteAll;