no need for OurPkgVersion with modern dzil
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / TraitFor / Request / REST.pm
index ea3b93a..2287158 100644 (file)
@@ -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 => (