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=89f63302d600ca8560e8cfed7de0ab49ce8408ab;hp=fac0d9c89fa271994e2969891eed7296f012dcd9;hb=532433240eb30ab0ea416cd43bfd5bbe70dfa661;hpb=c062293d63d624ed197531fcd8e885d861433f86 diff --git a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod index fac0d9c..89f6330 100644 --- a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod @@ -229,7 +229,7 @@ Don't let these variations confuse you -- they all accomplish the same result. This tells Catalyst to start using one additional plugin, -L, to add a +L, to add a stack trace to the standard Catalyst "debug screen" (the screen Catalyst sends to your browser when an error occurs). Be aware that L output appears in your @@ -551,10 +551,10 @@ looping, conditional logic, etc. In general, TT simplifies the usual range of Perl operators down to the single dot (".") operator. This applies to operations as diverse as method calls, hash lookups, and list index values (see -L for +L for details and examples). In addition to the usual L