take out duplicate docs
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Schema / Constants.pm
index a1aab04..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,8 +98,6 @@ use constant UNIQUE => 'UNIQUE';
 
 1;
 
-# ----------------------------------------------------------------------
-
 =pod
 
 =head1 AUTHOR