[Catalyst-commits] r8099 - in trunk/Catalyst-Manual: .
lib/Catalyst/Manual/Tutorial
bricas at dev.catalyst.perl.org
bricas at dev.catalyst.perl.org
Thu Jul 10 01:35:17 BST 2008
Author: bricas
Date: 2008-07-10 01:35:17 +0100 (Thu, 10 Jul 2008)
New Revision: 8099
Modified:
trunk/Catalyst-Manual/Changes
trunk/Catalyst-Manual/lib/Catalyst/Manual/Tutorial/CatalystBasics.pod
Log:
Fix Template Toolkit website link (RT #37574)
Modified: trunk/Catalyst-Manual/Changes
===================================================================
--- trunk/Catalyst-Manual/Changes 2008-07-09 20:46:53 UTC (rev 8098)
+++ trunk/Catalyst-Manual/Changes 2008-07-10 00:35:17 UTC (rev 8099)
@@ -1,5 +1,11 @@
Revision history for Catalyst-Manual
+5.701X XXXXX SOMEBODY FIX THIS, MISSING 5.7013 CHANGES (SEE BELOW)
+ - Fix Template Toolkit website link (RT #37574)
+
+5.7013 09 July 2008
+ - XXXXX SOMETHING, FIX ME!
+
5.7012 29 May 2008
- Expurgation of all use of default :Private and index :Private in favour
of default :Path and index :Path :Args(0)
Modified: trunk/Catalyst-Manual/lib/Catalyst/Manual/Tutorial/CatalystBasics.pod
===================================================================
--- trunk/Catalyst-Manual/lib/Catalyst/Manual/Tutorial/CatalystBasics.pod 2008-07-09 20:46:53 UTC (rev 8098)
+++ trunk/Catalyst-Manual/lib/Catalyst/Manual/Tutorial/CatalystBasics.pod 2008-07-10 00:35:17 UTC (rev 8099)
@@ -325,7 +325,7 @@
Template Toolkit is a very full featured template facility, with
excellent documentation at
-L<http://template-tookit.org/>,
+L<http://template-toolkit.org/>,
but since this is not a TT tutorial, we'll stick to only basic TT
usage here (and explore some of the more common TT features in later
parts of the tutorial).
More information about the Catalyst-commits
mailing list