Credits for last fix, plus, Pod fix for the "Using a local configuration file" sectio...
[catagits/Catalyst-Plugin-ConfigLoader.git] / Makefile.PL
index 20ee2ca..fa31642 100644 (file)
@@ -1,4 +1,4 @@
-use inc::Module::Install 0.85;
+use inc::Module::Install 0.91;
 
 if ( -e 'MANIFEST.SKIP' ) {
     system( 'pod2text lib/Catalyst/Plugin/ConfigLoader.pm > README' );
@@ -16,5 +16,6 @@ requires 'MRO::Compat'       => '0.09';
 
 test_requires 'Test::More';
 
-auto_install;
+resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/trunk/Catalyst-Plugin-ConfigLoader/';
+
 WriteAll;