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