convert to Dist::Zilla
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / TraitFor / Request / REST.pm
index 9216831..582f6c4 100644 (file)
@@ -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 => (