diff options
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', |