use warnings
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Schema / Constants.pm
index 2126a3f..76bef63 100644 (file)
@@ -40,6 +40,7 @@ This module exports the following constants for Schema features;
 =cut
 
 use strict;
+use warnings;
 use base qw( Exporter );
 use vars qw( @EXPORT $VERSION );
 require Exporter;