Browse Source

minor fix

mysql-test/mysql-test-run.pl:
  remove dependency on Data::Dumper, it's not used anywhere
pull/374/head
unknown 19 years ago
parent
commit
3344298d19
  1. 1
      mysql-test/mysql-test-run.pl

1
mysql-test/mysql-test-run.pl

@ -63,7 +63,6 @@ use Getopt::Long;
use Sys::Hostname;
use IO::Socket;
use IO::Socket::INET;
use Data::Dumper;
use strict;
use warnings;
use diagnostics;

Loading…
Cancel
Save