X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FTraitFor%2FRequest%2FREST.pm;h=582f6c499c673fb420eb6f5863594a8104e7cdf6;hb=refs%2Fheads%2Fbphillips%2Fdzilification;hp=9216831c09b9819d9e707d56550e87db6f32e060;hpb=866dfdfe365a28a20be49ebaca883217122fc353;p=catagits%2FCatalyst-Action-REST.git diff --git a/lib/Catalyst/TraitFor/Request/REST.pm b/lib/Catalyst/TraitFor/Request/REST.pm index 9216831..582f6c4 100644 --- a/lib/Catalyst/TraitFor/Request/REST.pm +++ b/lib/Catalyst/TraitFor/Request/REST.pm @@ -3,9 +3,6 @@ use Moose::Role; use HTTP::Headers::Util qw(split_header_words); use namespace::autoclean; -our $VERSION = '0.93'; -$VERSION = eval $VERSION; - has [qw/ data accept_only /] => ( is => 'rw' ); has accepted_content_types => (