Bumping version to 1.59_01
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Schema / Constants.pm
index 818c655..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
@@ -80,8 +80,6 @@ use constant UNIQUE => 'UNIQUE';
 
 1;
 
-# ----------------------------------------------------------------------
-
 =pod
 
 =head1 AUTHOR