summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Requirements.pm
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-11-05 16:36:33 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2012-11-05 16:36:33 +0100
commitbf910ab5fa181e9ee893b767f290bab4937e05c3 (patch)
tree41a07e91bd3ca8175560cc65348f99827bdc44fe /Bugzilla/Install/Requirements.pm
parent102f50dc4d94cbddc39d90acaf7fd77ac49cc473 (diff)
downloadbugzilla-bf910ab5fa181e9ee893b767f290bab4937e05c3.tar.gz
bugzilla-bf910ab5fa181e9ee893b767f290bab4937e05c3.tar.xz
Bug 803310: Bump the minimum requirement for Email::Send to enable the Test mode
r=glob a=LpSolit
Diffstat (limited to 'Bugzilla/Install/Requirements.pm')
-rw-r--r--Bugzilla/Install/Requirements.pm3
1 files changed, 2 insertions, 1 deletions
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$']
},
{