Fix repo url.
Florian Ragwitz [Tue, 16 Feb 2010 04:41:34 +0000 (04:41 +0000)]
Makefile.PL

index 159bb72..446b3f0 100644 (file)
@@ -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;