X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FTraitFor%2FRequest%2FREST.pm;h=228715853cec0b06aa9a001ab677c578210a8eff;hb=f5aa7d458e3df74ac047c538fe1754192c0e944c;hp=ea3b93a708e5b3b7b1378a0aa9dec5c16fcd63f3;hpb=c3d115c8002862b2208609c94d95d09f9aa9955b;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/TraitFor/Request/REST.pm b/lib/Catalyst/TraitFor/Request/REST.pm index ea3b93a..2287158 100644 --- a/lib/Catalyst/TraitFor/Request/REST.pm +++ b/lib/Catalyst/TraitFor/Request/REST.pm @@ -1,10 +1,9 @@ package Catalyst::TraitFor::Request::REST; + use Moose::Role; use HTTP::Headers::Util qw(split_header_words); use namespace::autoclean; -# VERSION - has [qw/ data accept_only /] => ( is => 'rw' ); has accepted_content_types => (