summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2012-01-24 22:33:28 +0100
committerDave Lawrence <dlawrence@mozilla.com>2012-01-24 22:33:28 +0100
commit0ea89852dd8aea5088142b2e405d544d14ec0173 (patch)
treecfcf7a090626e1e56ecf1f9c0a3778bd49616c78 /Bugzilla/Install
parent47510e5833b06b9eee37b7c2531f1693f45dcb05 (diff)
parente2a95ffbe2beb52bf3e69102b4646ddf5793d8df (diff)
downloadbugzilla-0ea89852dd8aea5088142b2e405d544d14ec0173.tar.gz
bugzilla-0ea89852dd8aea5088142b2e405d544d14ec0173.tar.xz
merged with bugzilla/4.2
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r--Bugzilla/Install/Requirements.pm5
1 files changed, 2 insertions, 3 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm
index ef4bf3d22..1e7fc97c6 100644
--- a/Bugzilla/Install/Requirements.pm
+++ b/Bugzilla/Install/Requirements.pm
@@ -358,9 +358,8 @@ sub OPTIONAL_MODULES {
{
package => 'Apache-SizeLimit',
module => 'Apache2::SizeLimit',
- # 0.93 fixes problems on Linux and Windows, and changes the
- # syntax used by SizeLimit.
- version => '0.93',
+ # 0.96 properly determines process size on Linux.
+ version => '0.96',
feature => ['mod_perl'],
},
);