Commit bf910ab5 authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 803310: Bump the minimum requirement for Email::Send to enable the Test mode

r=glob a=LpSolit
parent 102f50dc
......@@ -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$']
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment