diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2012-01-24 18:07:45 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-01-24 18:07:45 +0100 |
commit | ff21bfca71a7a0c5e038fb29b8953fac81c2ba2c (patch) | |
tree | b3b6428bc552e613b822263734555cbe9f32f7bb /Bugzilla | |
parent | 0284798a8cc4987c84805634a7a84d5d853a2168 (diff) | |
download | bugzilla-ff21bfca71a7a0c5e038fb29b8953fac81c2ba2c.tar.gz bugzilla-ff21bfca71a7a0c5e038fb29b8953fac81c2ba2c.tar.xz |
Bug 633061: Require Apache2::SizeLimit 0.96 for proper operation on Linux
r=dkl a=mkanat
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Install/Requirements.pm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 995529d79..73e22520a 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -355,9 +355,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'], }, ); |