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