X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FTraitFor%2FRequest%2FREST.pm;h=fe127f36d1d283fe98d0de1ec537f0cd7e5dcdf1;hb=40de934ce925aa9fbf1d2fa15846b5c0de9ec790;hp=9216831c09b9819d9e707d56550e87db6f32e060;hpb=1c4b501bc1fcd7662bd670f214928e950f2f1cab;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/TraitFor/Request/REST.pm b/lib/Catalyst/TraitFor/Request/REST.pm index 9216831..fe127f3 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.93'; +our $VERSION = '1.01'; $VERSION = eval $VERSION; has [qw/ data accept_only /] => ( is => 'rw' );