]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 487342: 001compile.t fails if JSON::RPC is not installed - Patch by Frédéric...
authorlpsolit%gmail.com <>
Wed, 8 Apr 2009 08:53:14 +0000 (08:53 +0000)
committerlpsolit%gmail.com <>
Wed, 8 Apr 2009 08:53:14 +0000 (08:53 +0000)
t/Support/Files.pm

index dc60687b616bf5d466c788c30c07f30fca49ab1b..07f1c2f6cb369d62f76f2b5f1d7f485e2b5919a9 100644 (file)
@@ -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']
 );