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.18~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=commitdiff_plain;h=45758652c7c8ed8557ecf4170131a42a4477deb5 Add repository resource to all the MI Makefile.PLs --- diff --git a/Makefile.PL b/Makefile.PL index fea0aea..28fac16 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -14,4 +14,6 @@ requires 'Module::Pluggable' => '3.01'; test_requires 'Test::More'; auto_install; +resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/trunk/Config-Any/'; + WriteAll;