X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FController%2FREST.pm;h=45d5b7b27082ec860b901d4ca0bf14a91d7ea604;hb=1c4b501bc1fcd7662bd670f214928e950f2f1cab;hp=2499e8379c1503996e1548a1b67effd6cdd52075;hpb=14fa118e6f428f0578ddc94afba6ce7c09ea8988;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Controller/REST.pm b/lib/Catalyst/Controller/REST.pm index 2499e83..45d5b7b 100644 --- a/lib/Catalyst/Controller/REST.pm +++ b/lib/Catalyst/Controller/REST.pm @@ -2,7 +2,7 @@ package Catalyst::Controller::REST; use Moose; use namespace::autoclean; -our $VERSION = '0.91'; +our $VERSION = '0.93'; $VERSION = eval $VERSION; =head1 NAME