Add repository resource to all the MI Makefile.PLs
[catagits/Catalyst-Authentication-Credential-HTTP.git] / Makefile.PL
index 9661752..d344e08 100644 (file)
@@ -1,4 +1,4 @@
-use inc::Module::Install 0.65;
+use inc::Module::Install 0.87;
 
 name 'Catalyst-Authentication-Credential-HTTP';
 all_from 'lib/Catalyst/Authentication/Credential/HTTP.pm';
@@ -15,5 +15,7 @@ requires 'Class::Accessor::Fast';
 resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Authentication-Credential-HTTP';
 
 auto_install;
+resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Authentication-Credential-HTTP/1.000/trunk/';
+
 WriteAll;