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;fp=lib%2FCatalyst%2FManual%2FTutorial%2F03_MoreCatalystBasics.pod;h=56691be9b1271dcef22bd1e68054ae441a208411;hp=6ec7230e3168b5697e2e1487b9bd296973221689;hb=89a65964372b6505f4ddf16080dbdbb2f6de1363;hpb=bb0999d3922361836e0b2696d466ab3cb130bba1 diff --git a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod index 6ec7230..56691be 100644 --- a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod @@ -582,7 +582,7 @@ 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 details and -examples). In addition to the usual L