From: lpsolit%gmail.com <> Date: Fri, 17 Jul 2009 01:05:56 +0000 (+0000) Subject: Bug 503290: Email::Send 2.196 has a bug in the SMTP module - Patch by Frédéric... X-Git-Tag: bugzilla-3.2.5~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1fb943144869ea2fe5942ca97750981992e2ffb4;p=thirdparty%2Fbugzilla.git Bug 503290: Email::Send 2.196 has a bug in the SMTP module - Patch by Frédéric Buclin r/a=mkanat --- diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index bf833846b1..9c021cda15 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -87,7 +87,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',