diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-05-26 22:29:12 +0200 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-05-26 22:29:12 +0200 |
commit | 0f5bed357b6220bfacfbe9097a8142930442ea5a (patch) | |
tree | 4611d77f6290eaa9f0a3c386d74f07c6fdaf8bd3 /Bugzilla/Install | |
parent | 7beba3d36ed5071c7425b69db20db1dc93371343 (diff) | |
download | bugzilla-0f5bed357b6220bfacfbe9097a8142930442ea5a.tar.gz bugzilla-0f5bed357b6220bfacfbe9097a8142930442ea5a.tar.xz |
There is no released stable version of List::MoreUtils higher than 0.22.
https://bugzilla.mozilla.org/show_bug.cgi?id=567303
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r-- | Bugzilla/Install/Requirements.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 8c99ff617..1be7d759d 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, }, ); |