Properly tag our XML namespace URI - it is not a real link
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Parser / xSV.pm
index e243945..3e199b2 100644 (file)
@@ -44,8 +44,9 @@ C<SQL::Translator::Utils::normalize_name>.
 =cut
 
 use strict;
-use vars qw($VERSION @EXPORT);
-$VERSION = '1.59';
+use warnings;
+our @EXPORT;
+our $VERSION = '1.59';
 
 use Exporter;
 use Text::ParseWords qw(quotewords);