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.30~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-View-TT.git;a=commitdiff_plain;h=d6490cce4ab0458caa03d180c29c2351ef97f747 Add repository resource to all the MI Makefile.PLs --- diff --git a/Makefile.PL b/Makefile.PL index 0a47348..159bb72 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -19,4 +19,6 @@ requires 'MRO::Compat' => 0; test_requires 'Test::More'; auto_install; +resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/trunk/Catalyst-View-TT/'; + WriteAll;