From: Sebastian Riedel Date: Fri, 15 Apr 2005 12:12:39 +0000 (+0000) Subject: Added some stuff to the intro X-Git-Tag: 5.7099_04~1529 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=f32dff11c9954a0156c304f9114af617da846101 Added some stuff to the intro --- diff --git a/lib/Catalyst/Manual/Intro.pod b/lib/Catalyst/Manual/Intro.pod index c25b9ff..407daa7 100644 --- a/lib/Catalyst/Manual/Intro.pod +++ b/lib/Catalyst/Manual/Intro.pod @@ -367,7 +367,8 @@ false, it would look like this: =back -I You can also die in the autochain action, in that case, +I auto actions have to return a true value to continue processing! +You can also die in the autochain action, in that case, the request will go straight to the finalize stage, without processing further actions.