Version 1.00
[catagits/Catalyst-Action-Serialize-Data-Serializer.git] / lib / Catalyst / Action / Deserialize / View.pm
index 90cfb54..fc05b1c 100644 (file)
@@ -5,8 +5,13 @@ use namespace::autoclean;
 
 extends 'Catalyst::Action';
 
+our $VERSION = '1.00';
+$VERSION = eval $VERSION;
+
 sub execute {
     return 1;
 }
 
+__PACKAGE__->meta->make_immutable;
+
 1;