use warnings
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Parser / XML / SQLFairy.pm
index 2d3e4e8..eb5d023 100644 (file)
@@ -76,6 +76,7 @@ To convert your old format files simply pass them through the translator :)
 =cut
 
 use strict;
+use warnings;
 
 use vars qw[ $DEBUG $VERSION @EXPORT_OK ];
 $VERSION = '1.59';