remove spurious warning from 6+ years ago.
Matt Phillips [Thu, 2 Jan 2014 22:40:20 +0000 (17:40 -0500)]
script/sqlt-diff
t/70sqlt-diff_script.t

index 380488f..9f16a66 100755 (executable)
@@ -143,14 +143,6 @@ for my $arg ( @ARGV ) {
     }
 }
 
-print STDERR <<'EOM' unless $ENV{SQLT_NEWDIFF_NOWARN};
-This code is experimental, currently the new code only supports MySQL or
-SQLite diffing. To add support for other databases, please patch the relevant
-SQL::Translator::Producer:: module.  If you need compatibility with the old
-sqlt-diff, please use sqlt-diff-old, and look into helping us make this one
-work for you
-EOM
-
 my $tr            = SQL::Translator->new;
 my @parsers       = $tr->list_parsers;
 my %valid_parsers = map { $_, 1 } @parsers;
index 753fd1b..77c231e 100644 (file)
@@ -23,8 +23,6 @@ BEGIN {
         );
 }
 
-$ENV{SQLT_NEWDIFF_NOWARN} = 1;
-
 my @mysql_create1 = qw(data mysql create.sql);
 my @mysql_create2 = qw(data mysql create2.sql);