X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FRequest%2FREST.pm;h=6887da03d4017ff0d991716b067191b0e808b502;hb=refs%2Ftags%2F1.04;hp=c6c468e5cb1e249632df4a0ea747137c866ca4ae;hpb=29f9721bfe883351594c7d664e3778a36ceaeb27;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Request/REST.pm b/lib/Catalyst/Request/REST.pm index c6c468e..6887da0 100644 --- a/lib/Catalyst/Request/REST.pm +++ b/lib/Catalyst/Request/REST.pm @@ -7,7 +7,7 @@ use namespace::autoclean; extends 'Catalyst::Request'; with 'Catalyst::TraitFor::Request::REST'; -our $VERSION = '0.94'; +our $VERSION = '1.04'; $VERSION = eval $VERSION; # Please don't take this as a recommended way to do things.