X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAction%2FREST.pm;h=dc3428987b774c2fc19cdbec666c40b75e74a547;hb=a66af307b80b09a3ebc4dce79181eab581ca1fe5;hp=6a5ac82eb14a639ab2a33c069c7d510cbb1787da;hpb=7580fa2bd3b2410b86e5d0ef68d0b7f810911607;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Action/REST.pm b/lib/Catalyst/Action/REST.pm index 6a5ac82..dc34289 100644 --- a/lib/Catalyst/Action/REST.pm +++ b/lib/Catalyst/Action/REST.pm @@ -17,7 +17,8 @@ use Catalyst::Controller::REST; BEGIN { require 5.008001; } -our $VERSION = '0.74'; +our $VERSION = '0.75'; +$VERSION = eval $VERSION; sub new { my $class = shift;