diff options
Diffstat (limited to 't/Support')
-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'] ); |