From: Rafael Kitover Date: Thu, 20 Nov 2008 15:47:36 +0000 (+0000) Subject: fix doc for $req->captures X-Git-Tag: 5.8000_03~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=5c6a56e09f6db1abf49a6fead8238a38d52c59e8 fix doc for $req->captures --- diff --git a/lib/Catalyst/Request.pm b/lib/Catalyst/Request.pm index c85ca09..ece1dc8 100644 --- a/lib/Catalyst/Request.pm +++ b/lib/Catalyst/Request.pm @@ -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 };