v1.21
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / Serialize / View.pm
index 2b43e74..c313843 100644 (file)
@@ -1,12 +1,10 @@
 package Catalyst::Action::Serialize::View;
+
 use Moose;
 use namespace::autoclean;
 
 extends 'Catalyst::Action';
 
-our $VERSION = '0.88';
-$VERSION = eval $VERSION;
-
 sub execute {
     my $self = shift;
     my ( $controller, $c, $view ) = @_;