summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Requirements.pm
diff options
context:
space:
mode:
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$']
},
{