Commit 1bf19de1 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 487342: 001compile.t fails if JSON::RPC is not installed - Patch by…

Bug 487342: 001compile.t fails if JSON::RPC is not installed - Patch by Fré©ric Buclin <LpSolit@gmail.com> r/a=mkanat
parent 587ae8a4
......@@ -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']
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment