From: Frédéric Buclin Date: Mon, 5 Nov 2012 15:36:33 +0000 (+0100) Subject: Bug 803310: Bump the minimum requirement for Email::Send to enable the Test mode X-Git-Tag: bugzilla-4.5.1~324 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf910ab5fa181e9ee893b767f290bab4937e05c3;p=thirdparty%2Fbugzilla.git Bug 803310: Bump the minimum requirement for Email::Send to enable the Test mode r=glob a=LpSolit --- diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 7231e81134..ded22df6b7 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -128,10 +128,11 @@ sub REQUIRED_MODULES { module => 'Template', version => '2.22' }, + # 2.04 implement the "Test" method (to write to data/mailer.testfile). { package => 'Email-Send', module => 'Email::Send', - version => ON_WINDOWS ? '2.16' : '2.00', + version => ON_WINDOWS ? '2.16' : '2.04', blacklist => ['^2\.196$'] }, {