add curries where applicable
[dbsrgits/SQL-Translator-2.0-ish.git] / lib / SQL / Translator / Object / Trigger.pm
index d3139dc..2f98b41 100644 (file)
@@ -6,4 +6,7 @@ extends 'SQL::Translator::Object';
 
 has 'name' => (is => 'ro', isa => Str, required => 1);
 
+no Moose;
+__PACKAGE__->meta->make_immutable;
+
 1;