remove hardcoded version strings
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / Deserialize / View.pm
index 90cfb54..e82394b 100644 (file)
@@ -5,8 +5,12 @@ use namespace::autoclean;
 
 extends 'Catalyst::Action';
 
+# VERSION
+
 sub execute {
     return 1;
 }
 
+__PACKAGE__->meta->make_immutable;
+
 1;