X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FTraitFor%2FRequest%2FREST.pm;h=9eee58e1b75f6beec40b29d6d8ee3755358ffab1;hb=8004a60b5d676a98f1a9d5cb1ad6a63ac6402617;hp=a1c7ae62e322b2aee7bb45df78495ff9ce6b7139;hpb=29f9721bfe883351594c7d664e3778a36ceaeb27;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/TraitFor/Request/REST.pm b/lib/Catalyst/TraitFor/Request/REST.pm index a1c7ae6..9eee58e 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.94'; +our $VERSION = '1.00'; $VERSION = eval $VERSION; has [qw/ data accept_only /] => ( is => 'rw' );