From: Frédéric Buclin Date: Wed, 2 Jan 2013 12:14:41 +0000 (+0100) Subject: Bug 825431: List::MoreUtils older than 0.27_04 leaks memory when using part() X-Git-Tag: bugzilla-4.4rc2~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b57387c83500a08b6419e1f19416a7b5c4db85f4;p=thirdparty%2Fbugzilla.git Bug 825431: List::MoreUtils older than 0.27_04 leaks memory when using part() r=glob a=LpSolit --- diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 49ae7229f8..0cdc3b2919 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',