updated docs for 'auto' action.
Marcus Ramberg [Sun, 10 Apr 2005 18:38:18 +0000 (18:38 +0000)]
lib/Catalyst/Manual/Intro.pod

index 21e1821..0ee9174 100644 (file)
@@ -367,6 +367,11 @@ false, it would look like this:
 
 =back
 
+I<Note:> 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<URL Argument Handling>
 
 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: