OSDN Git Service

send-email: do not load Data::Dumper
authorEric Wong <normalperson@yhbt.net>
Wed, 6 Apr 2016 20:25:38 +0000 (20:25 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Apr 2016 20:40:01 +0000 (13:40 -0700)
We never used Data::Dumper in this script.  The only reference
of it was always commented out and removed over a decade ago in
commit 4bc87a28be020a6bf7387161c65ea3d8e4a0228b
("send-email: Change from Mail::Sendmail to Net::SMTP")

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl

index e1e9b14..d769147 100755 (executable)
@@ -22,7 +22,6 @@ use warnings;
 use Term::ReadLine;
 use Getopt::Long;
 use Text::ParseWords;
-use Data::Dumper;
 use Term::ANSIColor;
 use File::Temp qw/ tempdir tempfile /;
 use File::Spec::Functions qw(catfile);