X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FAction%2FREST.pm;h=6c7692c00934838e55e36574ceb94077c993b230;hb=a042dad01479cdd9e5e2c6e8581d2cdd0f604fa7;hp=cbd2095e2091486cbaf00c81bde68fdd5c8cf741;hpb=8ff24288a50d7fcecc5d60d1223c16dbde78e12f;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Action/REST.pm b/lib/Catalyst/Action/REST.pm index cbd2095..6c7692c 100644 --- a/lib/Catalyst/Action/REST.pm +++ b/lib/Catalyst/Action/REST.pm @@ -10,7 +10,7 @@ use Catalyst::Controller::REST; BEGIN { require 5.008001; } -our $VERSION = '0.82'; +our $VERSION = '0.83'; $VERSION = eval $VERSION; sub new {