From c147638d53ffd0cc7af374e36b5c3a4332dcf720 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" Date: Mon, 5 Feb 2007 23:15:36 +0000 Subject: [PATCH] =?UTF-8?q?Bug=20360838:=20./runtests.pl=201=20fails=20if?= =?UTF-8?q?=20Email::Reply=20is=20not=20installed=20-=20Patch=20by=20Fr?= =?UTF-8?q?=EF=BF=BD=EF=BF=BDd=EF=BF=BD=EF=BF=BDric=20Buclin=20=20r/a=3Dmkanat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webtools/bugzilla/t/Support/Files.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webtools/bugzilla/t/Support/Files.pm b/webtools/bugzilla/t/Support/Files.pm index 4f1b619b4f5..8fc33456752 100644 --- a/webtools/bugzilla/t/Support/Files.pm +++ b/webtools/bugzilla/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'] );