no need for OurPkgVersion with modern dzil
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / Serialize / JSON / XS.pm
index 73c1301..a6e86a1 100644 (file)
@@ -9,8 +9,6 @@ BEGIN {
 extends 'Catalyst::Action::Serialize::JSON';
 use JSON::XS ();
 
-# VERSION
-
 __PACKAGE__->meta->make_immutable;
 
 1;