diff options
author | mkanat%bugzilla.org <> | 2009-03-31 08:37:53 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-03-31 08:37:53 +0200 |
commit | a86ee3a1ca5213d5401c6425cfb0fcfc7bb15e78 (patch) | |
tree | 55ad97e67fa4322482f346289c113d211629338a /Bugzilla/Install | |
parent | 470f355df99acba2855b97619897d650e8dd09e0 (diff) | |
download | bugzilla-a86ee3a1ca5213d5401c6425cfb0fcfc7bb15e78.tar.gz bugzilla-a86ee3a1ca5213d5401c6425cfb0fcfc7bb15e78.tar.xz |
Bug 432907: Create a JSON frontend for WebServices
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r-- | Bugzilla/Install/Requirements.pm | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ -226,6 +226,12 @@ sub OPTIONAL_MODULES { 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', module => 'HTML::Parser', |