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