From: lpsolit%gmail.com <> Date: Tue, 6 Feb 2007 07:15:36 +0000 (+0000) Subject: Bug 360838: ./runtests.pl 1 fails if Email::Reply is not installed - Patch by FrÃ... X-Git-Tag: bugzilla-3.0rc1~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef1b59313347dd8e2b117ebf55520dba7e37d885;p=thirdparty%2Fbugzilla.git Bug 360838: ./runtests.pl 1 fails if Email::Reply is not installed - Patch by Frédéric Buclin r/a=mkanat --- diff --git a/t/Support/Files.pm b/t/Support/Files.pm index 4f1b619b4f..8fc3345675 100644 --- a/t/Support/Files.pm +++ b/t/Support/Files.pm @@ -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'] );