From: Kieren Diment Date: Sat, 16 Aug 2008 06:52:17 +0000 (+0000) Subject: fixed error regarding naming of the Catalyst::View X-Git-Tag: v5.8005~262 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=9555f8ab5a549e3949a141233b1ad35adc0f742d fixed error regarding naming of the Catalyst::View --- diff --git a/lib/Catalyst/Manual/Tutorial/CatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/CatalystBasics.pod index 13209c0..98b18c6 100644 --- a/lib/Catalyst/Manual/Tutorial/CatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/CatalystBasics.pod @@ -312,8 +312,8 @@ To create a TT view, run: This creates the C module, which is a subclass of C. 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