From: Kieren Diment Date: Sun, 12 Feb 2012 03:34:42 +0000 (+1100) Subject: remove extraneous stuff oops (thanks the_jester). X-Git-Tag: 5.9003~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=7c8f8c03513851be71bef7cf67c6de202a7c4d2c remove extraneous stuff oops (thanks the_jester). --- diff --git a/lib/Catalyst/Manual/Intro.pod b/lib/Catalyst/Manual/Intro.pod index 407bd6c..741a79f 100644 --- a/lib/Catalyst/Manual/Intro.pod +++ b/lib/Catalyst/Manual/Intro.pod @@ -883,7 +883,7 @@ applications (e.g. before Catalyst 5.7). The use cases where C used to make sense are now largely replaced by the C dispatch type, or by empty C declarations on an controller action. C is still included in Catalyst for backwards compatibility, although -legitimate use-cases for it may still exist (but nobody can. +legitimate use-cases for it may still exist. =item * Changing handler behaviour: eating arguments (C<:Args>)