patch from rt67989 applied, changes dependency from Digest::SHA1 to Digest::SHA
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Parser / DBI.pm
index d758231..a653657 100644 (file)
@@ -97,9 +97,10 @@ query Oracle directly and skip the parsing of a text file, too.
 =cut
 
 use strict;
+use warnings;
 use DBI;
-use vars qw($VERSION @EXPORT);
-$VERSION = '1.59';
+our @EXPORT;
+our $VERSION = '1.59';
 
 use constant DRIVERS => {
     mysql            => 'MySQL',