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

Bug 360838: ./runtests.pl 1 fails if Email::Reply is not installed - Patch by…

Bug 360838: ./runtests.pl 1 fails if Email::Reply is not installed - Patch by Fré©ric Buclin <LpSolit@gmail.com> r/a=mkanat
parent df4dade5
......@@ -32,6 +32,8 @@ use File::Find;
%exclude_deps = (
'XML::Twig' => ['importxml.pl'],
'Net::LDAP' => ['Bugzilla/Auth/Verify/LDAP.pm'],
'Email::Reply' => ['email_in.pl'],
'Email::MIME::Attachment::Stripper' => ['email_in.pl']
);
......
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