From: Florian Ragwitz Date: Tue, 16 Feb 2010 04:41:34 +0000 (+0000) Subject: Fix repo url. X-Git-Tag: v0.32~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-View-TT.git;a=commitdiff_plain;h=d4f99dde4e0e9b5532b0b77aa0bc9ec9b86ea148 Fix repo url. --- diff --git a/Makefile.PL b/Makefile.PL index 159bb72..446b3f0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -19,6 +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/'; +resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-View-TT/'; WriteAll;