From 1bf19de15a64a50ea7b5c340f5088e9db61f88c2 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 8 Apr 2009 08:53:14 +0000 Subject: =?UTF-8?q?Bug=20487342:=20001compile.t=20fails=20if=20JSON::RPC?= =?UTF-8?q?=20is=20not=20installed=20-=20Patch=20by=20Fr=C3=83=C2=A9d?= =?UTF-8?q?=C3=83=C2=A9ric=20Buclin=20=20r/a=3Dmkanat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- t/Support/Files.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 't') diff --git a/t/Support/Files.pm b/t/Support/Files.pm index dc60687b6..07f1c2f6c 100644 --- a/t/Support/Files.pm +++ b/t/Support/Files.pm @@ -34,7 +34,8 @@ use File::Find; 'Net::LDAP' => ['Bugzilla/Auth/Verify/LDAP.pm'], 'Authen::Radius' => ['Bugzilla/Auth/Verify/RADIUS.pm'], 'Email::Reply' => ['email_in.pl'], - 'Email::MIME::Attachment::Stripper' => ['email_in.pl'] + 'Email::MIME::Attachment::Stripper' => ['email_in.pl'], + 'JSON::RPC' => ['Bugzilla/WebService/Server/JSONRPC.pm'] ); -- cgit v1.2.1