no need for OurPkgVersion with modern dzil
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / Serialize / JSON.pm
index 127014e..9d5f304 100644 (file)
@@ -6,8 +6,6 @@ use namespace::autoclean;
 extends 'Catalyst::Action';
 use JSON::MaybeXS qw(JSON);
 
-# VERSION
-
 has encoder => (
    is => 'ro',
    lazy_build => 1,