no need for OurPkgVersion with modern dzil
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / SerializeBase.pm
index 8e05e70..9f7a1ac 100644 (file)
@@ -8,8 +8,6 @@ use Module::Pluggable::Object;
 use Catalyst::Request::REST;
 use Catalyst::Utils ();
 
-# VERSION
-
 after BUILDARGS => sub {
     my $class  = shift;
     my $config = shift;