From: John Napiorkowski Date: Wed, 22 Jul 2015 17:19:47 +0000 (-0500) Subject: Merge branch 'patch-1' of https://github.com/daleevans/catalyst-runtime into daleevan... X-Git-Tag: 5.90094~4^2~6^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=3a228200758cbd1d7a12784908d126627fa06eeb;hp=80ba671f681862620befead95d299c8dfc91cbaf Merge branch 'patch-1' of https://github.com/daleevans/catalyst-runtime into daleevans-patch-1 --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 0148bd2..7e12cd6 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