X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FRequest%2FREST.pm;h=05162810a2fb0829c1eb46d9e4f95ced78b8e837;hb=373ad796a2c8dda0244fa852c8e397ae5f8766ab;hp=a6156b4c53ae55d1ac58cc77e776850470f097a6;hpb=9c3940cfc411173c0461f7d9f1a9311ce48235c0;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Request/REST.pm b/lib/Catalyst/Request/REST.pm index a6156b4..0516281 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.83'; +our $VERSION = '0.84'; $VERSION = eval $VERSION; # Please don't take this as a recommended way to do things.