Actually fixing the version number (hopefully)
jshirley [Fri, 15 Aug 2008 03:43:21 +0000 (03:43 +0000)]
lib/Catalyst/Action/REST.pm

index 9fe8a92..cdeb8f1 100644 (file)
@@ -16,7 +16,7 @@ use Catalyst;
 use Catalyst::Request::REST;
 use Catalyst::Controller::REST;
 
-use 5.8.1;
+BEGIN { require 5.008001; }
 
 our $VERSION = '0.64';