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=4b97984813e187d9bccb15b4614cd632ff8b33f8;hb=532433240eb30ab0ea416cd43bfd5bbe70dfa661;hpb=3e0088532bc9c47570f8564c95864684412529b9 diff --git a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod index 4b97984..89f6330 100644 --- a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod @@ -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