Suppress "Exiting subroutine via next"
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Producer / TTSchema.pm
index 91481ef..3b01147 100644 (file)
@@ -57,7 +57,7 @@ See F<t/data/template/basic.tt> for a more complete example.
 The template will also get the set of extra variables given as a hashref via the
 C<tt_vars> producer arg.
 
-You can set any of the options used to initiallize the Template object by
+You can set any of the options used to initialize the Template object by
 adding a tt_conf producer_arg. See Template Toolkit docs for details of
 the options.
 (Note that the old style of passing this config directly in the producer args
@@ -107,8 +107,8 @@ constructor.
 use strict;
 use warnings;
 
-use vars qw[ $DEBUG $VERSION @EXPORT_OK ];
-$VERSION = '1.59';
+our ( $DEBUG, @EXPORT_OK );
+our $VERSION = '1.59';
 $DEBUG   = 0 unless defined $DEBUG;
 
 use Template;