From 3fdf5991bb087f65794c35e2fc0c4f693e702dba Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" Date: Wed, 26 May 2010 20:31:27 +0000 Subject: [PATCH] There is no released stable version of List::MoreUtils higher than 0.22. git-svn-id: svn://10.0.0.236/trunk@260377 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/.bzrrev | 2 +- mozilla/webtools/bugzilla/Bugzilla/Install/Requirements.pm | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index 730bb7ae6e6..88c2c7e174c 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -7198 \ No newline at end of file +7199 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/Bugzilla/Install/Requirements.pm b/mozilla/webtools/bugzilla/Bugzilla/Install/Requirements.pm index 8c99ff617f0..1be7d759d1a 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/Install/Requirements.pm +++ b/mozilla/webtools/bugzilla/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, }, );