]> 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:14:41 +0000 (13:14 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Wed, 2 Jan 2013 12:14:41 +0000 (13:14 +0100)
r=glob a=LpSolit

Bugzilla/Install/Requirements.pm

index 49ae7229f83056578d1801ce7e5e56c411152751..0cdc3b29194c47511f5459b813c3a73a500c8573 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',