[Catalyst-commits] r8225 - /
trunk/Catalyst-Manual/lib/Catalyst/Manual/Tutorial
zarquon at dev.catalyst.perl.org
zarquon at dev.catalyst.perl.org
Sat Aug 16 07:52:18 BST 2008
Author: zarquon
Date: 2008-08-16 07:52:17 +0100 (Sat, 16 Aug 2008)
New Revision: 8225
Modified:
/
trunk/Catalyst-Manual/lib/Catalyst/Manual/Tutorial/CatalystBasics.pod
Log:
r13729 at harold: kd | 2008-08-16 07:20:11 +0100
fixed error regarding naming of the Catalyst::View
Property changes on:
___________________________________________________________________
Name: svk:merge
- 1b129c88-ebf4-0310-add9-f09427935aba:/local/catalyst:4278
1c72fc7c-9ce4-42af-bf25-3bfe470ff1e8:/local/Catalyst:13602
3b9770f9-e80c-0410-a7de-cd203d167417:/local/catalyst:3514
dd8ad9ea-0304-0410-a433-df5f223e7bc0:/local/Catalyst:6909
+ 1b129c88-ebf4-0310-add9-f09427935aba:/local/catalyst:4278
1c72fc7c-9ce4-42af-bf25-3bfe470ff1e8:/local/Catalyst:13729
3b9770f9-e80c-0410-a7de-cd203d167417:/local/catalyst:3514
dd8ad9ea-0304-0410-a433-df5f223e7bc0:/local/Catalyst:6909
Modified: trunk/Catalyst-Manual/lib/Catalyst/Manual/Tutorial/CatalystBasics.pod
===================================================================
--- trunk/Catalyst-Manual/lib/Catalyst/Manual/Tutorial/CatalystBasics.pod 2008-08-15 11:17:32 UTC (rev 8224)
+++ trunk/Catalyst-Manual/lib/Catalyst/Manual/Tutorial/CatalystBasics.pod 2008-08-16 06:52:17 UTC (rev 8225)
@@ -312,8 +312,8 @@
This creates the C<lib/Hello/View/TT.pm> module, which is a subclass of
C<Catalyst::View::TT>. The "view" keyword tells the create script that
-you are creating a view, the first "TT" tells it that you are creating
-a Template Toolkit view, and the second "TT" tells the script to name
+you are creating a view, the second "TT" tells it that you are creating
+a Template Toolkit view, and the first "TT" tells the script to name
the View module "TT.pm", which is a commonly used name for TT views.
(You can name it anything you want, such as "HTML.pm".) If you look at
TT.pm, you will find that it only contains a config statement to set
More information about the Catalyst-commits
mailing list