Bumping version to 1.59_01
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Schema / Constants.pm
index 2126a3f..955fee1 100644 (file)
@@ -40,12 +40,12 @@ This module exports the following constants for Schema features;
 =cut
 
 use strict;
+use warnings;
 use base qw( Exporter );
-use vars qw( @EXPORT $VERSION );
 require Exporter;
-$VERSION = '1.59';
+our $VERSION = '1.59_01';
 
-@EXPORT = qw[
+our @EXPORT = qw[
     CHECK_C
     FOREIGN_KEY
     FULL_TEXT