From: John Napiorkowski Date: Wed, 22 Jul 2015 17:20:42 +0000 (-0500) Subject: merged PR X-Git-Tag: 5.90094~4^2~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=f176d1c8ec4d1b119ca573a9c2e2aa5fc3a3324d;hp=-c merged PR --- f176d1c8ec4d1b119ca573a9c2e2aa5fc3a3324d diff --combined lib/Catalyst.pm index 61148f3,7e12cd6..b79df55 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@@ -180,7 -180,7 +180,7 @@@ sub composed_stats_class __PACKAGE__->_encode_check(Encode::FB_CROAK | Encode::LEAVE_SRC); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.90093'; +our $VERSION = '5.90099_001'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases sub import { @@@ -521,7 -521,7 +521,7 @@@ L<< detach|/"$c->detach( $action [, \@a 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