Add repository resource to all the MI Makefile.PLs
[catagits/Catalyst-Plugin-Session-State-Cookie.git] / Makefile.PL
index e146bf3..e97cdff 100644 (file)
@@ -1,4 +1,4 @@
-use inc::Module::Install 0.67;
+use inc::Module::Install 0.87;
 
 name 'Catalyst-Plugin-Session-State-Cookie';
 all_from 'lib/Catalyst/Plugin/Session/State/Cookie.pm';
@@ -9,4 +9,6 @@ requires 'Test::MockObject'          => '1.01';
 requires 'MRO::Compat';
 
 auto_install;
+resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/trunk/Catalyst-Plugin-Session-State-Cookie/';
+
 WriteAll;