Commit f80effd9 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 503290: Email::Send 2.196 has a bug in the SMTP module - Patch by Fré©ric…

Bug 503290: Email::Send 2.196 has a bug in the SMTP module - Patch by Fré©ric Buclin <LpSolit@gmail.com> r/a=mkanat
parent b3f8306d
......@@ -110,7 +110,8 @@ sub REQUIRED_MODULES {
{
package => 'Email-Send',
module => 'Email::Send',
version => ON_WINDOWS ? '2.16' : '2.00'
version => ON_WINDOWS ? '2.16' : '2.00',
blacklist => ['^2\.196$']
},
{
package => 'Email-MIME',
......
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