no need for OurPkgVersion with modern dzil
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / TraitFor / Request / REST / ForBrowsers.pm
index bad6160..17b5832 100644 (file)
@@ -1,11 +1,10 @@
 package Catalyst::TraitFor::Request::REST::ForBrowsers;
+
 use Moose::Role;
 use namespace::autoclean;
 
 with 'Catalyst::TraitFor::Request::REST';
 
-# VERSION
-
 has _determined_real_method => (
     is  => 'rw',
     isa => 'Bool',