X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2FMoreCatalystBasics.pod;h=7aa2cb8731a578669e7aad88a5eb70f63cb1f5e4;hp=09c1e715aa413ec61cb9edd03cbfc763a2dffc93;hb=55beb65d70dcc3257ff21e9bf62826dba3f1a6fc;hpb=79a529cc16c64fa115eddce5ca038e2f41545ac8 diff --git a/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod index 09c1e71..7aa2cb8 100644 --- a/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod @@ -464,10 +464,10 @@ files, looping, conditional logic, etc. In general, TT simplifies the usual range of Perl operators down to the single dot (C<.>) operator. This applies to operations as diverse as method calls, hash lookups, and list index values (see -L +L for details and examples). In addition to the usual C