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: 0.030~26 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Controller-WrapCGI.git;a=commitdiff_plain;h=94244640e2839252ad8e3eb1409c67183054c26a Add repository resource to all the MI Makefile.PLs --- diff --git a/Makefile.PL b/Makefile.PL index 3f74f60..716a09c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -23,4 +23,6 @@ build_requires 'Test::More' => '0.86'; auto_install; +resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/trunk/Catalyst-Controller-WrapCGI/'; + WriteAll;