merged PR
John Napiorkowski [Wed, 22 Jul 2015 17:20:42 +0000 (12:20 -0500)]
1  2 
lib/Catalyst.pm

diff --combined 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<detach>,
  C<go> 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