From bf910ab5fa181e9ee893b767f290bab4937e05c3 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Mon, 5 Nov 2012 16:36:33 +0100 Subject: Bug 803310: Bump the minimum requirement for Email::Send to enable the Test mode r=glob a=LpSolit --- 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 7231e8113..ded22df6b 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$'] }, { -- cgit v1.2.3-24-g4f1b