From: David Lawrence Date: Tue, 22 Dec 2015 21:03:32 +0000 (+0000) Subject: Revert "Add missing use List::MoreUtils" X-Git-Tag: release-5.0.2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=854db96e37e1f77a466ec63c17054993154f2b91;p=thirdparty%2Fbugzilla.git Revert "Add missing use List::MoreUtils" This reverts commit d4470f34b627bb5a15a0af496db67185a922f4f5. --- diff --git a/Bugzilla/WebService/Util.pm b/Bugzilla/WebService/Util.pm index 7f3179154a..26a6ebbb02 100644 --- a/Bugzilla/WebService/Util.pm +++ b/Bugzilla/WebService/Util.pm @@ -16,7 +16,6 @@ use Bugzilla::FlagType; use Bugzilla::Error; use Storable qw(dclone); -use List::MoreUtils qw(any all); use parent qw(Exporter);