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: v0.06~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Authentication-Credential-HTTP-Proxy.git;a=commitdiff_plain;h=7c4b2e0033fd60675959d2a2a5fb9b0cb1e4aa7d Add repository resource to all the MI Makefile.PLs --- diff --git a/Makefile.PL b/Makefile.PL index 3cb0387..f21894d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,5 +11,7 @@ build_requires 'Test::MockObject'; build_requires 'Test::Exception'; auto_install; +resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Authentication-Credential-HTTP-Proxy/1.000/trunk/'; + WriteAll;