From a2a95e44cc2f9754b75614a884d2312da46b9296 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Tue, 7 Sep 2010 18:36:27 -0700 Subject: Bug 516457: Bump the Email::MIME requirement to avoid a memory leak that jobqueue.pl was hitting. r=LpSolit, a=LpSolit --- Bugzilla/Mailer.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'Bugzilla/Mailer.pm') diff --git a/Bugzilla/Mailer.pm b/Bugzilla/Mailer.pm index c8a99b873..d4a41b763 100644 --- a/Bugzilla/Mailer.pm +++ b/Bugzilla/Mailer.pm @@ -48,8 +48,6 @@ use Encode qw(encode); use Encode::MIME::Header; use Email::Address; use Email::MIME; -# Loading this gives us encoding_set. -use Email::MIME::Modifier; use Email::Send; sub MessageToMTA { -- cgit v1.2.3-24-g4f1b