our > use vars
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Producer / POD.pm
index b7aa028..abced98 100644 (file)
@@ -22,8 +22,7 @@ interesting formats using Pod::POM or Template::Toolkit's POD plugin.
 
 use strict;
 use warnings;
-use vars qw[ $VERSION ];
-$VERSION = '1.59';
+our $VERSION = '1.59';
 
 use SQL::Translator::Schema::Constants;
 use SQL::Translator::Utils qw(header_comment);