use warnings
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Parser / Excel.pm
index ac99555..66b1145 100644 (file)
@@ -29,6 +29,7 @@ and field sizes.  True by default.
 =cut
 
 use strict;
+use warnings;
 use vars qw($DEBUG $VERSION @EXPORT_OK);
 $DEBUG = 0 unless defined $DEBUG;
 $VERSION = '1.59';