Add repository resource to all the MI Makefile.PLs
Tomas Doran [Sat, 23 May 2009 11:09:06 +0000 (11:09 +0000)]
Makefile.PL

index f33bae1..e97cdff 100644 (file)
@@ -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;