X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FRequest%2FREST.pm;h=e03d4d125eb1ebc8e9168dd778ac41a1e4f2de8d;hb=3d1e10e70eb17bd02ed4c3ba440fce3a94696833;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..e03d4d1 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.10'; $VERSION = eval $VERSION; # Please don't take this as a recommended way to do things.