Properly tag our XML namespace URI - it is not a real link
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Parser / Excel.pm
index ac99555..846095a 100644 (file)
@@ -29,9 +29,10 @@ and field sizes.  True by default.
 =cut
 
 use strict;
-use vars qw($DEBUG $VERSION @EXPORT_OK);
+use warnings;
+our ($DEBUG, @EXPORT_OK);
 $DEBUG = 0 unless defined $DEBUG;
-$VERSION = '1.59';
+our $VERSION = '1.59';
 
 use Spreadsheet::ParseExcel;
 use Exporter;