aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2013-01-02 13:14:41 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2013-01-02 13:14:41 +0100
commitb57387c83500a08b6419e1f19416a7b5c4db85f4 (patch)
tree44dbc5cda27ce0d0d7f51f4ec809ba42bc1a01ca /Bugzilla/Install/Requirements.pm
parentBug 825524: When cloning a bug, the "We've made a guess at your operating sys... (diff)
downloadbugzilla-b57387c83500a08b6419e1f19416a7b5c4db85f4.tar.gz
bugzilla-b57387c83500a08b6419e1f19416a7b5c4db85f4.tar.bz2
bugzilla-b57387c83500a08b6419e1f19416a7b5c4db85f4.zip
Bug 825431: List::MoreUtils older than 0.27_04 leaks memory when using part()
r=glob a=LpSolit
Diffstat (limited to 'Bugzilla/Install/Requirements.pm')
-rw-r--r--Bugzilla/Install/Requirements.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm
index 49ae7229f..0cdc3b291 100644
--- a/Bugzilla/Install/Requirements.pm
+++ b/Bugzilla/Install/Requirements.pm
@@ -147,10 +147,11 @@ sub REQUIRED_MODULES {
# in a URL query string.
version => '1.37',
},
+ # 0.32 fixes several memory leaks in the XS version of some functions.
{
package => 'List-MoreUtils',
module => 'List::MoreUtils',
- version => 0.22,
+ version => 0.32,
},
{
package => 'Math-Random-ISAAC',