X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAction%2FREST.pm;h=f45fcdc2b695ae5ef28bfa831896318711438e70;hb=36f2f3964eab3ea1ef83c3a54258afa8492d8ab5;hp=a1254a0673d736e7dff560f1606c0598244d48aa;hpb=7227b91a13bdb21996c9689549151d4ee97a8681;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Action/REST.pm b/lib/Catalyst/Action/REST.pm index a1254a0..f45fcdc 100644 --- a/lib/Catalyst/Action/REST.pm +++ b/lib/Catalyst/Action/REST.pm @@ -18,7 +18,7 @@ use Catalyst::Controller::REST; BEGIN { require 5.008001; } -our $VERSION = '0.67'; +our $VERSION = '0.67_01'; sub new { my $class = shift;