SQLT::Parser::PostgreSQL parses table def with default values
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator.pm
index e9b6ed6..4169faf 100644 (file)
@@ -2,12 +2,12 @@ package SQL::Translator;
 
 use strict;
 use warnings;
-use vars qw( $VERSION $DEFAULT_SUB $DEBUG $ERROR );
+our ( $DEFAULT_SUB, $DEBUG, $ERROR );
 use base 'Class::Base';
 
 require 5.005;
 
-$VERSION  = '0.11010';
+our $VERSION  = '0.11010';
 $DEBUG    = 0 unless defined $DEBUG;
 $ERROR    = "";