no need for OurPkgVersion with modern dzil
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Request / REST / ForBrowsers.pm
index 3bb6eb4..714f65a 100644 (file)
@@ -1,11 +1,9 @@
 package Catalyst::Request::REST::ForBrowsers;
+
 use Moose;
 
 use namespace::autoclean;
 
-our $VERSION = '1.13';
-$VERSION = eval $VERSION;
-
 extends 'Catalyst::Request::REST';
 with 'Catalyst::TraitFor::Request::REST::ForBrowsers';