]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 825431: List::MoreUtils older than 0.27_04 leaks memory when using part()
authorFrédéric Buclin <LpSolit@gmail.com>
Wed, 2 Jan 2013 12:13:16 +0000 (13:13 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Wed, 2 Jan 2013 12:13:16 +0000 (13:13 +0100)
r=glob a=LpSolit

Bugzilla/Install/Requirements.pm

index efe444913fdd269716a9e8d16de42b9e02953001..9bc5be14a77a33bbf2a2fe00954fedbf93dacd4d 100644 (file)
@@ -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',