no need for OurPkgVersion with modern dzil
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / Serialize / View.pm
index 6d31288..c313843 100644 (file)
@@ -1,11 +1,10 @@
 package Catalyst::Action::Serialize::View;
+
 use Moose;
 use namespace::autoclean;
 
 extends 'Catalyst::Action';
 
-# VERSION
-
 sub execute {
     my $self = shift;
     my ( $controller, $c, $view ) = @_;