Update the Serialize and Deserialize classes to use Moose
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / Serialize.pm
index 0ce4558..cc1f838 100644 (file)
@@ -53,7 +53,7 @@ sub execute {
     return 1;
 }
 
-1;
+__PACKAGE__->meta->make_immutable;
 
 =head1 NAME