Actually fixing the version number (hopefully)
[catagits/Catalyst-Action-Serialize-Data-Serializer.git] / 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';