Fixing Makefile.PL, RT#42859
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / REST.pm
index 9fe8a92..f8621da 100644 (file)
@@ -16,9 +16,9 @@ use Catalyst;
 use Catalyst::Request::REST;
 use Catalyst::Controller::REST;
 
-use 5.8.1;
+BEGIN { require 5.008001; }
 
-our $VERSION = '0.64';
+our $VERSION = '0.67';
 
 # 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.