X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAction%2FREST.pm;h=f4105aae11f386d471d2a98b20bf57120bea3bc3;hb=2f7533ed98d3c3821696968844cbe4ff12159490;hp=cdeb8f138ee1caa9c8914d55a3f8716b47da23ca;hpb=9c5c9bd17536880f866fea9967bc460c674f0b2d;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Action/REST.pm b/lib/Catalyst/Action/REST.pm index cdeb8f1..f4105aa 100644 --- a/lib/Catalyst/Action/REST.pm +++ b/lib/Catalyst/Action/REST.pm @@ -18,7 +18,7 @@ use Catalyst::Controller::REST; BEGIN { require 5.008001; } -our $VERSION = '0.64'; +our $VERSION = '0.65'; # This is wrong in several ways. First, there's no guarantee that # Catalyst.pm has not been subclassed. Two, there's no guarantee that @@ -155,16 +155,26 @@ a sensible set of defaults for a controller doing REST. L, L -=head1 AUTHOR +=head1 MAINTAINER -Adam Jacob , with lots of help from mst and jrockway +J. Shirley -Marchex, Inc. paid me while I developed this module. (http://www.marchex.com) +=head1 CONTRIBUTORS -=head1 CONTRIBUTERS +Christopher Laco + +Luke Saunders + +John Goulah Daisuke Maki +=head1 AUTHOR + +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.