no need for OurPkgVersion with modern dzil
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / Deserialize / JSON.pm
index aab0af6..fecc7bc 100644 (file)
@@ -7,8 +7,6 @@ use Scalar::Util qw(openhandle);
 extends 'Catalyst::Action';
 use JSON::MaybeXS qw(JSON);
 
-# VERSION
-
 sub execute {
     my $self = shift;
     my ( $controller, $c, $test ) = @_;