From: Jason Galea Date: Mon, 21 Nov 2011 12:48:06 +0000 (+1000) Subject: clarified? the docs in regards to what happens when forwarding to a chained action X-Git-Tag: 5.90030~17^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=e1207438ea591f9e0037fe0b2f14e072faeb6e14;hp=a465926f0b6cac31da7552da23573994f19b0374 clarified? the docs in regards to what happens when forwarding to a chained action --- diff --git a/lib/Catalyst/DispatchType/Chained.pm b/lib/Catalyst/DispatchType/Chained.pm index 2437698..5fc504a 100644 --- a/lib/Catalyst/DispatchType/Chained.pm +++ b/lib/Catalyst/DispatchType/Chained.pm @@ -670,9 +670,11 @@ of the endpoint of the chain, not on the chained actions way. The C actions will be run before the chain dispatching begins. In every other aspect, C actions behave as documented. -The Cing to other actions does just what you would expect. But if -you C out of a chain, the rest of the chain will not get called -after the C. +The Cing to other actions does just what you would expect. ie +only the target action is run. The actions that that action is chained +to are not run. +If you C out of a chain, the rest of the chain will not get +called after the C. =head1 AUTHORS