Dink to s/: Private/: Action/
Tomas Doran [Thu, 27 Aug 2009 01:20:45 +0000 (02:20 +0100)]
lib/Catalyst/Action/REST.pm

index 87ba05f..c06ad8d 100644 (file)
@@ -42,7 +42,7 @@ Catalyst::Action::REST - Automated REST Method Dispatching
     }
 
     # alternatively use an Action
-    sub foo_PUT : Private {
+    sub foo_PUT : Action {
       ... do something for PUT requests ...
     }