Actually fixing the version number (hopefully)
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / REST.pm
index 72ff6c4..cdeb8f1 100644 (file)
@@ -16,10 +16,9 @@ use Catalyst;
 use Catalyst::Request::REST;
 use Catalyst::Controller::REST;
 
-use 5.8.1;
+BEGIN { require 5.008001; }
 
-our
-   $VERSION = $Catalyst::Controller::REST::VERSION;
+our $VERSION = '0.64';
 
 # This is wrong in several ways. First, there's no guarantee that
 # Catalyst.pm has not been subclassed. Two, there's no guarantee that