use warnings
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Producer / Oracle.pm
index 5f7d17f..bbcab0c 100644 (file)
@@ -88,6 +88,7 @@ context the slash will be still there to ensure compatibility with SQLPlus.
 =cut
 
 use strict;
+use warnings;
 use vars qw[ $VERSION $DEBUG $WARN ];
 $VERSION = '1.59';
 $DEBUG   = 0 unless defined $DEBUG;