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