diff options
author | lpsolit%gmail.com <> | 2009-04-08 10:53:14 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2009-04-08 10:53:14 +0200 |
commit | 1bf19de15a64a50ea7b5c340f5088e9db61f88c2 (patch) | |
tree | 4825d72e96d0af1c025fdd895446d9ad443ac41b /t | |
parent | 587ae8a40289938c2825c9989418884807428696 (diff) | |
download | bugzilla-1bf19de15a64a50ea7b5c340f5088e9db61f88c2.tar.gz bugzilla-1bf19de15a64a50ea7b5c340f5088e9db61f88c2.tar.xz |
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'] ); |