diff options
author | lpsolit%gmail.com <> | 2009-04-08 08:53:14 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2009-04-08 08:53:14 +0000 |
commit | 1bf19de15a64a50ea7b5c340f5088e9db61f88c2 (patch) | |
tree | 4825d72e96d0af1c025fdd895446d9ad443ac41b /t | |
parent | Bug 365594: Add X-Bugzilla-Type header to whine mails - Patch by Teemu Manner... (diff) | |
download | bugzilla-1bf19de15a64a50ea7b5c340f5088e9db61f88c2.tar.gz bugzilla-1bf19de15a64a50ea7b5c340f5088e9db61f88c2.tar.bz2 bugzilla-1bf19de15a64a50ea7b5c340f5088e9db61f88c2.zip |
Bug 487342: 001compile.t fails if JSON::RPC is not installed - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 't')
-rw-r--r-- | t/Support/Files.pm | 3 |
1 files changed, 2 insertions, 1 deletions
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'] ); |