X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F03_MoreCatalystBasics.pod;h=3a256fb5fca04f103bf76f5bed7c70972b9ada04;hp=718f949f44d0cbe977560172f5755f918b4700e3;hb=6f660c96dfb8eea0b0790d635d8e2afa7fa42947;hpb=cacb3819a45beb62da8e38784e503e976e3ebb69 diff --git a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod index 718f949..3a256fb 100644 --- a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod @@ -134,7 +134,7 @@ but a I. Although most of the items specified on the C line of your application class will be plugins, Catalyst supports a limited number of flag options (of these, C<-Debug> is the most common). See the documentation for -L to get details on +L to get details on other flags (currently C<-Engine>, C<-Home>, C<-Log>, and C<-Stats>). If you prefer, there are several other ways to enable debug output: @@ -584,7 +584,7 @@ applies to operations as diverse as method calls, hash lookups, and list index values (see L for details and examples). In addition to the usual L module Pod documentation, you can access the TT manual at -L. +L. B While you can build all sorts of complex logic into your TT templates, you should in general keep the "code" part of your templates