X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FRequest%2FREST.pm;h=f237e847e1b205003739e897e1cbcd76b523b2f4;hb=7cc6122a2ef9832f8539e74ff428c22ac92af0fc;hp=8421e738ac2c92142250cc3bc92e74c91e79d5df;hpb=05b98ffc56285f5b17e81156b227dfd2d03553da;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/Request/REST.pm b/lib/Catalyst/Request/REST.pm index 8421e73..f237e84 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.06'; +our $VERSION = '1.12'; $VERSION = eval $VERSION; # Please don't take this as a recommended way to do things.