From 1bf19de15a64a50ea7b5c340f5088e9db61f88c2 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 8 Apr 2009 08:53:14 +0000 Subject: Bug 487342: 001compile.t fails if JSON::RPC is not installed - Patch by Frédéric Buclin r/a=mkanat 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.3-24-g4f1b