From: Jonathan Rockway Date: Wed, 18 Oct 2006 21:58:15 +0000 (+0000) Subject: fixing $req->action doc bug X-Git-Tag: 5.7099_04~318 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=aae8d41820da206b22c27e626112f31e1e5fcbf5 fixing $req->action doc bug --- diff --git a/lib/Catalyst/Request.pm b/lib/Catalyst/Request.pm index 219a7c1..dca909c 100644 --- a/lib/Catalyst/Request.pm +++ b/lib/Catalyst/Request.pm @@ -81,7 +81,11 @@ thus hiding the details of the particular engine implementation. =head2 $req->action -Returns the requested action as a L object. +[DEPRECATED] Returns the name of the requested action. + + +Use C<< $c->action >> instead (which returns a +L object). =head2 $req->address