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: v4.00~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FTask-Catalyst.git;a=commitdiff_plain;h=817ecb9c6056a4a5e68d4b4031a14aeb12dc09e6 Add repository resource to all the MI Makefile.PLs --- diff --git a/Makefile.PL b/Makefile.PL index 13938d7..581abb1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -72,4 +72,6 @@ feature 'SQLite Support (WARNING: requires a C compiler!)', 'DBD::SQLite' => 0; auto_install; +resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/trunk/Task-Catalyst/'; + WriteAll;