From: Max Kanat-Alexander Date: Wed, 26 May 2010 20:29:12 +0000 (-0700) Subject: There is no released stable version of List::MoreUtils higher than 0.22. X-Git-Tag: bugzilla-3.7.1~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f5bed357b6220bfacfbe9097a8142930442ea5a;p=thirdparty%2Fbugzilla.git There is no released stable version of List::MoreUtils higher than 0.22. https://bugzilla.mozilla.org/show_bug.cgi?id=567303 --- diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 8c99ff617f..1be7d759d1 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -140,8 +140,7 @@ sub REQUIRED_MODULES { { package => 'List-MoreUtils', module => 'List::MoreUtils', - # Fixes a memory leak in part() - version => 0.23, + version => 0.22, }, );