From: Tomas Doran Date: Thu, 27 Aug 2009 01:20:45 +0000 (+0100) Subject: Dink to s/: Private/: Action/ X-Git-Tag: 0.77~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Action-REST.git;a=commitdiff_plain;h=e51849a04686e2adfa84dd632274c43cea42321c Dink to s/: Private/: Action/ --- diff --git a/lib/Catalyst/Action/REST.pm b/lib/Catalyst/Action/REST.pm index 87ba05f..c06ad8d 100644 --- a/lib/Catalyst/Action/REST.pm +++ b/lib/Catalyst/Action/REST.pm @@ -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 ... }