Bump versions
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / REST.pm
index 87ba05f..7ddf629 100644 (file)
@@ -17,7 +17,7 @@ use Catalyst::Controller::REST;
 
 BEGIN { require 5.008001; }
 
-our $VERSION = '0.76';
+our $VERSION = '0.78';
 $VERSION = eval $VERSION;
 
 sub new {
@@ -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 ...
     }