add curries where applicable
[dbsrgits/SQL-Translator-2.0-ish.git] / lib / SQL / Translator / Object / Constraint.pm
index 23d40dc..e9fb5df 100644 (file)
@@ -30,4 +30,7 @@ has 'type' => (
   required => 1
 );
 
+no Moose;
+__PACKAGE__->meta->make_immutable;
+
 1;