take out duplicate docs
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Schema / Constants.pm
index f4a456d..27712f5 100644 (file)
@@ -63,7 +63,7 @@ use vars qw( @EXPORT $VERSION );
 require Exporter;
 $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