remove hardcoded version strings
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / TraitFor / Request / REST.pm
index abf3ea8..ea3b93a 100644 (file)
@@ -3,8 +3,7 @@ use Moose::Role;
 use HTTP::Headers::Util qw(split_header_words);
 use namespace::autoclean;
 
-our $VERSION = '1.13';
-$VERSION = eval $VERSION;
+# VERSION
 
 has [qw/ data accept_only /] => ( is => 'rw' );