use warnings
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Producer / Latex.pm
index 4dcb825..c7e661e 100644 (file)
@@ -35,6 +35,7 @@ automatically arrange them horizontally or vertically.
 =cut
 
 use strict;
+use warnings;
 
 use vars qw[ $DEBUG $VERSION @EXPORT_OK ];
 $VERSION = '1.59';