fixing $req->action doc bug
Jonathan Rockway [Wed, 18 Oct 2006 21:58:15 +0000 (21:58 +0000)]
lib/Catalyst/Request.pm

index 219a7c1..dca909c 100644 (file)
@@ -81,7 +81,11 @@ thus hiding the details of the particular engine implementation.
 
 =head2 $req->action
 
-Returns the requested action as a L<Catalyst::Action> object.
+[DEPRECATED] Returns the name of the requested action.
+
+
+Use C<< $c->action >> instead (which returns a
+L<Catalyst::Action|Catalyst::Action> object).
 
 =head2 $req->address