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: 1.102~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d763a58ddf4bc459216bf08131b3ac48c8475726;hp=d4d10db186eeca3043664d27480928556dfb6b59;p=catagits%2FCatalyst-View-ContentNegotiation-XHTML.git Add repository resource to all the MI Makefile.PLs --- diff --git a/Makefile.PL b/Makefile.PL index 9c91ee9..4430427 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -34,4 +34,6 @@ if (-e 'inc/.author') { } } auto_install; +resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-View-ContentNegotiation-XHTML/1.000/trunk/'; + WriteAll();