use warnings
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Parser / Storable.pm
index 0056f25..ffd81b2 100644 (file)
@@ -20,6 +20,7 @@ the data into a database tables or graphs.
 =cut
 
 use strict;
+use warnings;
 use vars qw($DEBUG $VERSION @EXPORT_OK);
 $DEBUG = 0 unless defined $DEBUG;
 $VERSION = '1.59';