no need for OurPkgVersion with modern dzil
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / Serialize / XML / Simple.pm
index 260e24f..5b35c7e 100644 (file)
@@ -5,8 +5,6 @@ use namespace::autoclean;
 
 extends 'Catalyst::Action';
 
-# VERSION
-
 sub execute {
     my $self = shift;
     my ( $controller, $c ) = @_;