X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FTraitFor%2FRequest%2FREST.pm;h=abf3ea8adeb0069623d42b3e8e76dbbbbb93182c;hb=7566d72f425ab3a870f1d6c8945c43f4edeedf2a;hp=4a2ca875a5f6d3dc1054e743bdc3403a813f68ae;hpb=48ff1e96cc8ba24cd9e7bea3a2cfc145e827dd52;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/TraitFor/Request/REST.pm b/lib/Catalyst/TraitFor/Request/REST.pm index 4a2ca87..abf3ea8 100644 --- a/lib/Catalyst/TraitFor/Request/REST.pm +++ b/lib/Catalyst/TraitFor/Request/REST.pm @@ -3,7 +3,7 @@ use Moose::Role; use HTTP::Headers::Util qw(split_header_words); use namespace::autoclean; -our $VERSION = '0.90'; +our $VERSION = '1.13'; $VERSION = eval $VERSION; has [qw/ data accept_only /] => ( is => 'rw' );