X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FRequest%2FREST.pm;h=dbedd9cb68692b73c6c49e707de5f220e2756d56;hb=40de934ce925aa9fbf1d2fa15846b5c0de9ec790;hp=14ec358ce440653418f2a7ebe50e200af0bc4670;hpb=fcc4f3f2aacf9cded4523f06c7e08f67573c6b8d;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Request/REST.pm b/lib/Catalyst/Request/REST.pm index 14ec358..dbedd9c 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 = '1.00'; +our $VERSION = '1.01'; $VERSION = eval $VERSION; # Please don't take this as a recommended way to do things.