use warnings
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Schema / Index.pm
index 4dde462..be863ca 100644 (file)
@@ -26,6 +26,7 @@ Primary and unique keys are table constraints, not indices.
 =cut
 
 use strict;
+use warnings;
 use SQL::Translator::Schema::Constants;
 use SQL::Translator::Utils 'parse_list_arg';