no need for OurPkgVersion with modern dzil
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / Serialize / YAML / HTML.pm
index 631a71e..9c6b382 100644 (file)
@@ -7,8 +7,6 @@ extends 'Catalyst::Action';
 use YAML::Syck;
 use URI::Find;
 
-# VERSION
-
 sub execute {
     my $self = shift;
     my ( $controller, $c ) = @_;