Release commit for 1.62
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Parser / xSV.pm
index e243945..e27da8a 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.62';
 
 use Exporter;
 use Text::ParseWords qw(quotewords);