aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2015-12-22 21:03:32 +0000
committerDavid Lawrence <dkl@mozilla.com>2015-12-22 21:03:32 +0000
commit854db96e37e1f77a466ec63c17054993154f2b91 (patch)
treef1c8b5720031083753719ac08e8df4f9539f000d
parent87a607ef80f41e9b00bebb95800fec753f996456 (diff)
downloadbugs-854db96e37e1f77a466ec63c17054993154f2b91.tar
bugs-854db96e37e1f77a466ec63c17054993154f2b91.tar.gz
bugs-854db96e37e1f77a466ec63c17054993154f2b91.tar.bz2
bugs-854db96e37e1f77a466ec63c17054993154f2b91.tar.xz
bugs-854db96e37e1f77a466ec63c17054993154f2b91.zip
Revert "Add missing use List::MoreUtils"
-rw-r--r--Bugzilla/WebService/Util.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/Bugzilla/WebService/Util.pm b/Bugzilla/WebService/Util.pm
index 7f3179154..26a6ebbb0 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);