[Catalyst-commits] r12896 - Catalyst-View-TT/trunk
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Tue Feb 16 04:41:34 GMT 2010
Author: rafl
Date: 2010-02-16 04:41:34 +0000 (Tue, 16 Feb 2010)
New Revision: 12896
Modified:
Catalyst-View-TT/trunk/Makefile.PL
Log:
Fix repo url.
Modified: Catalyst-View-TT/trunk/Makefile.PL
===================================================================
--- Catalyst-View-TT/trunk/Makefile.PL 2010-02-16 00:13:41 UTC (rev 12895)
+++ Catalyst-View-TT/trunk/Makefile.PL 2010-02-16 04:41:34 UTC (rev 12896)
@@ -19,6 +19,6 @@
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;
More information about the Catalyst-commits
mailing list