From: Tomas Doran Date: Sat, 23 May 2009 11:09:06 +0000 (+0000) Subject: Add repository resource to all the MI Makefile.PLs X-Git-Tag: v5.8005~146 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=ffb3eec68931b0b74e039c53f14c9957c94ae8b1;hp=a70cede49db4ba051d7f0575be49b6e0f9b7a862 Add repository resource to all the MI Makefile.PLs --- diff --git a/Makefile.PL b/Makefile.PL index 1208c75..80fb511 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,4 +8,6 @@ license 'perl'; requires 'Test::More'; auto_install; +resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Manual/5.70/trunk/'; + WriteAll;