From f80effd9f3f6f695a8a397c0ac9eef0f6fc72373 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 17 Jul 2009 01:03:15 +0000 Subject: Bug 503290: Email::Send 2.196 has a bug in the SMTP module - Patch by Frédéric Buclin r/a=mkanat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bugzilla/Install/Requirements.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Bugzilla/Install/Requirements.pm') diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 35f329b18..f8fe2bbc8 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -110,7 +110,8 @@ sub REQUIRED_MODULES { { package => 'Email-Send', module => 'Email::Send', - version => ON_WINDOWS ? '2.16' : '2.00' + version => ON_WINDOWS ? '2.16' : '2.00', + blacklist => ['^2\.196$'] }, { package => 'Email-MIME', -- cgit v1.2.3-24-g4f1b