no need for OurPkgVersion with modern dzil
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Request / REST / ForBrowsers.pm
index 8dd6927..714f65a 100644 (file)
@@ -1,10 +1,9 @@
 package Catalyst::Request::REST::ForBrowsers;
+
 use Moose;
 
 use namespace::autoclean;
 
-# VERSION
-
 extends 'Catalyst::Request::REST';
 with 'Catalyst::TraitFor::Request::REST::ForBrowsers';