X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FTraitFor%2FRequest%2FREST.pm;h=844ecca64c5c25da56a7c5b82eac439d967020b9;hb=5cb0b36f518a1f5e9c2225eec3187416319e8eec;hp=91065203770c5986e3e43640af39b5f05c56dc39;hpb=f10c7e1c7eb3b4cb10401dbb86ca8db3dc38ced2;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/TraitFor/Request/REST.pm b/lib/Catalyst/TraitFor/Request/REST.pm index 9106520..844ecca 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.07'; +our $VERSION = '1.11'; $VERSION = eval $VERSION; has [qw/ data accept_only /] => ( is => 'rw' );