Version 1.02
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / Deserialize / View.pm
index 1fba5c6..e32a063 100644 (file)
@@ -5,11 +5,13 @@ use namespace::autoclean;
 
 extends 'Catalyst::Action';
 
-our $VERSION = '0.81';
+our $VERSION = '1.02';
 $VERSION = eval $VERSION;
 
 sub execute {
     return 1;
 }
 
+__PACKAGE__->meta->make_immutable;
+
 1;