From: Marcus Ramberg Date: Sun, 10 Apr 2005 18:38:18 +0000 (+0000) Subject: updated docs for 'auto' action. X-Git-Tag: 5.7099_04~1579 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=03805733e2936bbb0d13237604980948688728f8 updated docs for 'auto' action. --- diff --git a/lib/Catalyst/Manual/Intro.pod b/lib/Catalyst/Manual/Intro.pod index 21e1821..0ee9174 100644 --- a/lib/Catalyst/Manual/Intro.pod +++ b/lib/Catalyst/Manual/Intro.pod @@ -367,6 +367,11 @@ false, it would look like this: =back +I You can also die in the autochain action, in that case, +the request will go straight to the finalize stage, without processing +further actions. + + =head4 B If you want to pass variable arguments at the end of a URL, you must use regex actions keys with '^' and '$' anchors, and the arguments must be separated with forward slashes (/) in the URL. For example, suppose you want to handle /foo/$bar/$baz, where $bar and $baz may vary: