X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst.pm;h=c8eab059f0672a5c4b46f45bf84a624effcb868a;hp=1512c1264cc3d811181399e0167f020bb4bb8732;hb=f380e881ad21f7e7da0771efb32afaace606baa4;hpb=5af5f973cc31b65537389bc49f2bee0aa47b524b diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 1512c12..c8eab05 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