Fixing the tests to run without JSON at all, revamping the author/contrib section
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / REST.pm
index cdeb8f1..f4105aa 100644 (file)
@@ -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<Catalyst::Action::Serialize>, L<Catalyst::Action::Deserialize>
 
-=head1 AUTHOR
+=head1 MAINTAINER
 
-Adam Jacob <adam@stalecoffee.org>, with lots of help from mst and jrockway
+J. Shirley <jshirley@gmail.com>
 
-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 <daisuke@endeworks.jp>
 
+=head1 AUTHOR
+
+Adam Jacob <adam@stalecoffee.org>, 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.