use warnings
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Producer / Storable.pm
index f501c2f..ab764d6 100644 (file)
@@ -22,6 +22,7 @@ takes a long time.
 =cut
 
 use strict;
+use warnings;
 use vars qw($DEBUG $VERSION @EXPORT_OK);
 $DEBUG = 0 unless defined $DEBUG;
 $VERSION = '1.59';