v1.21
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / Deserialize / View.pm
index 0c40420..11dd545 100644 (file)
@@ -5,11 +5,10 @@ use namespace::autoclean;
 
 extends 'Catalyst::Action';
 
-our $VERSION = '0.82';
-$VERSION = eval $VERSION;
-
 sub execute {
     return 1;
 }
 
+__PACKAGE__->meta->make_immutable;
+
 1;