Improve trigger 'scope' attribute support (RT#119997)
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Parser / xSV.pm
index edf0100..3e199b2 100644 (file)
@@ -45,8 +45,8 @@ C<SQL::Translator::Utils::normalize_name>.
 
 use strict;
 use warnings;
-use vars qw($VERSION @EXPORT);
-$VERSION = '1.59';
+our @EXPORT;
+our $VERSION = '1.59';
 
 use Exporter;
 use Text::ParseWords qw(quotewords);