fix doc for $req->captures
Rafael Kitover [Thu, 20 Nov 2008 15:47:36 +0000 (15:47 +0000)]
lib/Catalyst/Request.pm

index c85ca09..ece1dc8 100644 (file)
@@ -454,7 +454,8 @@ Returns true or false, indicating whether the connection is secure (https).
 
 =head2 $req->captures
 
-Returns a reference to an array containing regex captures.
+Returns a reference to an array containing captured args from chained
+actions or regex captures.
 
     my @captures = @{ $c->request->captures };