prep release
[catagits/Catalyst-Plugin-ConfigLoader.git] / Makefile.PL
index 7d1bbd8..fa31642 100644 (file)
@@ -1,4 +1,4 @@
-use inc::Module::Install 0.77;
+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;