use warnings
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Parser / SQLite.pm
index aaa6625..da7feb4 100644 (file)
@@ -131,6 +131,7 @@ like-op::=
 =cut
 
 use strict;
+use warnings;
 use vars qw[ $DEBUG $VERSION $GRAMMAR @EXPORT_OK ];
 $VERSION = '1.59';
 $DEBUG   = 0 unless defined $DEBUG;