X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FTraitFor%2FRequest%2FREST.pm;h=eccc380e7079e6de4baf5f96d3060821a2be57d8;hb=d0822465cc09629df95ad9c522bce758f2badc8c;hp=0056a8188d928464474ad6aafd6c2d8ce8a20494;hpb=a9e5f3d2aa58a89ffd70ec22a5485fdbd4b7a3d6;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/TraitFor/Request/REST.pm b/lib/Catalyst/TraitFor/Request/REST.pm index 0056a81..eccc380 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.88'; +our $VERSION = '1.02'; $VERSION = eval $VERSION; has [qw/ data accept_only /] => ( is => 'rw' );