X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=b79df558394be9259cfbf148e9640a770172a096;hp=61148f3b748591f75dd6384dcf56b08c0993b9d1;hb=f176d1c8ec4d1b119ca573a9c2e2aa5fc3a3324d;hpb=386f04a271a609f41d7889092d3a77c31e192a84 diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 61148f3..b79df55 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -521,7 +521,7 @@ L<< detach|/"$c->detach( $action [, \@arguments ] )" >>. Like C<< $c->visit >>, C<< $c->go >> will perform a full dispatch on the specified action or method, with localized C<< $c->action >> and C<< $c->namespace >>. Like C, C escapes the processing of the current request chain on completion, and -does not return to its cunless blessed $cunless blessed $caller. +does not return to its caller. @arguments are arguments to the final destination of $action. @captures are arguments to the intermediate steps, if any, on the way to the final sub of