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/Install/Requirements.pm | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'Bugzilla/Install/Requirements.pm') diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 25dc15665..5ed2d7dcd 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -116,18 +116,8 @@ sub REQUIRED_MODULES { { package => 'Email-MIME', module => 'Email::MIME', - version => '1.861' - }, - { - package => 'Email-MIME-Encodings', - module => 'Email::MIME::Encodings', - # Fixes bug 486206 - version => '1.313', - }, - { - package => 'Email-MIME-Modifier', - module => 'Email::MIME::Modifier', - version => '1.442' + # This fixes a memory leak in walk_parts that affected jobqueue.pl. + version => '1.904' }, { package => 'URI', -- cgit v1.2.3-24-g4f1b