Skip to content

Commit ef8c95e

Browse files
Eric Wonggitster
authored andcommitted
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 4bc87a2 ("send-email: Change from Mail::Sendmail to Net::SMTP") Signed-off-by: Eric Wong <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7654286 commit ef8c95e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

git-send-email.perl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
use Term::ReadLine;
2323
use Getopt::Long;
2424
use Text::ParseWords;
25-
use Data::Dumper;
2625
use Term::ANSIColor;
2726
use File::Temp qw/ tempdir tempfile /;
2827
use File::Spec::Functions qw(catfile);

0 commit comments

Comments
 (0)