Commit 4ab5bc9f authored by Max Kanat-Alexander's avatar Max Kanat-Alexander

An optional module was accidentally listed in the "required" section of the

parent fdc0fa25
......@@ -98,7 +98,7 @@
<h3 id="v40_req_modules">Required Perl Modules</h3>
[% INCLUDE req_table reqs = REQUIRED_MODULES
new = ['List-MoreUtils', 'Math-Random-Secure']
new = ['List-MoreUtils']
updated = ['Email-MIME', 'CGI.pm', 'Apache-SizeLimit'] %]
<h3 id="v40_req_optional_mod">Optional Perl Modules</h3>
......@@ -107,7 +107,7 @@
features of [% terms.Bugzilla %]:</p>
[% INCLUDE req_table reqs = OPTIONAL_MODULES
new = ['JSON-XS', 'Win32-API']
new = ['JSON-XS', 'Win32-API', 'Math-Random-Secure']
updated = ['Apache-SizeLimit', 'SOAP-Lite']
include_feature = 1 %]
......
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