From ef8c95e985c348af0de5814fbe230b6967a4136e Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 6 Apr 2016 20:25:38 +0000 Subject: [PATCH] send-email: do not load Data::Dumper 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 Signed-off-by: Junio C Hamano --- git-send-email.perl | 1 - 1 file changed, 1 deletion(-) diff --git a/git-send-email.perl b/git-send-email.perl index e1e9b1460c..d76914755f 100755 --- a/git-send-email.perl +++ b/git-send-email.perl @@ -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); -- 2.11.4.GIT