no need for OurPkgVersion with modern dzil
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Request / REST.pm
index e0fc8bc..0fcd31c 100644 (file)
@@ -1,4 +1,5 @@
 package Catalyst::Request::REST;
+
 use Moose;
 
 use Catalyst::Utils;
@@ -7,8 +8,6 @@ use namespace::autoclean;
 extends 'Catalyst::Request';
 with 'Catalyst::TraitFor::Request::REST';
 
-# VERSION
-
 # Please don't take this as a recommended way to do things.
 # The code below is grotty, badly factored and mostly here for back
 # compat..