use warnings
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Producer / TT / Base.pm
index 74e4750..d540d04 100644 (file)
@@ -10,6 +10,7 @@ class.
 =cut
 
 use strict;
+use warnings;
 
 use vars qw[ $VERSION @EXPORT_OK ];
 $VERSION = '1.59';