From: Dale Evans Date: Sun, 24 May 2015 20:09:42 +0000 (-0700) Subject: documentation error X-Git-Tag: 5.90094~4^2~6^2^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=f380e881ad21f7e7da0771efb32afaace606baa4 documentation error looks like a stray cut and paste wandered in here. --- 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