X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FTraitFor%2FRequest%2FREST.pm;h=da9d9788786dedbe30c64aa898716e8bccd8988c;hb=3d1e10e70eb17bd02ed4c3ba440fce3a94696833;hp=2d615a209bc717836547613ac25c562552207b6f;hpb=44fa7f9429568532ea892e2020c20177b71cb736;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/TraitFor/Request/REST.pm b/lib/Catalyst/TraitFor/Request/REST.pm index 2d615a2..da9d978 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 = '1.04'; +our $VERSION = '1.10'; $VERSION = eval $VERSION; has [qw/ data accept_only /] => ( is => 'rw' );