take out duplicate docs
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Schema / Constants.pm
index 5625f41..27712f5 100644 (file)
@@ -61,9 +61,9 @@ use strict;
 use base qw( Exporter );
 use vars qw( @EXPORT $VERSION );
 require Exporter;
-$VERSION = '1.99';
+$VERSION = '1.59';
 
-@EXPORT = qw[ 
+@EXPORT = qw[
     CHECK_C
     FOREIGN_KEY
     FULL_TEXT
@@ -98,12 +98,10 @@ use constant UNIQUE => 'UNIQUE';
 
 1;
 
-# ----------------------------------------------------------------------
-
 =pod
 
 =head1 AUTHOR
 
-Ken Y. Clark E<lt>kclark@cpan.orgE<gt>.
+Ken Youens-Clark E<lt>kclark@cpan.orgE<gt>.
 
 =cut