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 a421f4e..9bc88c9 100644 (file)
@@ -8,4 +8,6 @@ requires 'Catalyst::Runtime' => '5.7012';
 requires 'Test::More';
 
 auto_install;
+resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/trunk/Catalyst-Plugin-SubRequest/';
+
 WriteAll;