From a86ee3a1ca5213d5401c6425cfb0fcfc7bb15e78 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Tue, 31 Mar 2009 06:37:53 +0000 Subject: Bug 432907: Create a JSON frontend for WebServices Patch by Max Kanat-Alexander r=dkl, a=mkanat --- Bugzilla/Install/Requirements.pm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Bugzilla/Install/Requirements.pm') diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 4f17ae053..dba588c8a 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -225,6 +225,12 @@ sub OPTIONAL_MODULES { blacklist => ['^0\.70', '^0\.710?\.0[1-5]$'], feature => 'XML-RPC Interface' }, + { + package => 'JSON-RPC', + module => 'JSON::RPC', + version => 0, + feature => 'JSON-RPC Interface' + }, { # We need the 'utf8_mode' method of HTML::Parser, for HTML::Scrubber. package => 'HTML-Parser', -- cgit v1.2.3-24-g4f1b