why oh why does every class have VERSION???
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / Deserialize / View.pm
index 0c40420..fd1fb59 100644 (file)
@@ -5,11 +5,13 @@ use namespace::autoclean;
 
 extends 'Catalyst::Action';
 
-our $VERSION = '0.82';
+our $VERSION = '1.13';
 $VERSION = eval $VERSION;
 
 sub execute {
     return 1;
 }
 
+__PACKAGE__->meta->make_immutable;
+
 1;