Add doc patch for go and captures.
Amiri Barksdale [Sun, 29 Aug 2010 13:58:01 +0000 (13:58 +0000)]
lib/Catalyst.pm

index 56ed57f..4d00316 100644 (file)
@@ -428,6 +428,10 @@ 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 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
+$action.
+
 =cut
 
 sub go { my $c = shift; $c->dispatcher->go( $c, @_ ) }