Bump versions for release
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / Deserialize / View.pm
index 224886b..0c40420 100644 (file)
@@ -1,12 +1,15 @@
 package Catalyst::Action::Deserialize::View;
 
-use strict;
-use warnings;
+use Moose;
+use namespace::autoclean;
 
-use base 'Catalyst::Action';
+extends 'Catalyst::Action';
+
+our $VERSION = '0.82';
+$VERSION = eval $VERSION;
 
 sub execute {
     return 1;
 }
 
-1;
\ No newline at end of file
+1;