X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAction%2FREST.pm;h=9adb921edb7e3b1f62fe815365c2f970e8cd745e;hb=398c5a1bfa52e417d07af96341ec75424dd519ed;hp=54ade4905ba211f2a273d4f249de5ed9811d21f4;hpb=edab9038aa7b1c76d52ab17b4e521ca8dfa8e54c;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Action/REST.pm b/lib/Catalyst/Action/REST.pm index 54ade49..9adb921 100644 --- a/lib/Catalyst/Action/REST.pm +++ b/lib/Catalyst/Action/REST.pm @@ -46,6 +46,8 @@ If a method is requested that is not implemented, this action will return a status 405 (Method Not Found). It will populate the "Allow" header with the list of implemented request methods. +It is likely that you really want to look at L. + =head1 METHODS =over 4 @@ -106,6 +108,8 @@ L, L Adam Jacob , with lots of help from mst and jrockway +Marchex, Inc. paid me while I developed this module. (http://www.marchex.com) + =head1 LICENSE You may distribute this code under the same terms as Perl itself.