add curries where applicable
[dbsrgits/SQL-Translator-2.0-ish.git] / lib / SQL / Translator / Object / Procedure.pm
index ebc4faa..42fec3e 100644 (file)
@@ -50,4 +50,7 @@ has 'schema' => (
   default => sub { SQL::Translator::Object::Schema->new }
 );
 
+no Moose;
+__PACKAGE__->meta->make_immutable;
+
 1;