From: jshirley Date: Fri, 15 Aug 2008 03:43:21 +0000 (+0000) Subject: Actually fixing the version number (hopefully) X-Git-Tag: 0.67_01~23 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Action-REST.git;a=commitdiff_plain;h=9c5c9bd17536880f866fea9967bc460c674f0b2d Actually fixing the version number (hopefully) --- diff --git a/lib/Catalyst/Action/REST.pm b/lib/Catalyst/Action/REST.pm index 9fe8a92..cdeb8f1 100644 --- a/lib/Catalyst/Action/REST.pm +++ b/lib/Catalyst/Action/REST.pm @@ -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';