[Catalyst-commits] r13557 - Catalyst-Runtime/5.80/trunk/lib

amiri at dev.catalyst.perl.org amiri at dev.catalyst.perl.org
Sun Aug 29 13:58:01 GMT 2010


Author: amiri
Date: 2010-08-29 14:58:01 +0100 (Sun, 29 Aug 2010)
New Revision: 13557

Modified:
   Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
Log:
Add doc patch for go and captures.



Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm	2010-08-28 04:46:57 UTC (rev 13556)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm	2010-08-29 13:58:01 UTC (rev 13557)
@@ -428,6 +428,10 @@
 C<go> escapes the processing of the current request chain on completion, and
 does not return to its caller.
 
+ at 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, @_ ) }




More information about the Catalyst-commits mailing list