Make all classes immutable
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / Deserialize / View.pm
index 880e02d..10a7657 100644 (file)
@@ -12,4 +12,6 @@ sub execute {
     return 1;
 }
 
+__PACKAGE__->meta->make_immutable;
+
 1;