From 58fe62d8a43aac350830e17f35f80d6d781ce8a0 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 17 Aug 2017 18:16:39 -0400 Subject: [PATCH] LP#1698206: remove now-superfluous include of List::MoreUtils I've verified during rebasing that the rework introduced by the eliminate staged search branch happen to include an independent fix of LP#1624443. Signed-off-by: Galen Charlton Signed-off-by: Kathy Lussier --- Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Util.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Util.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Util.pm index 9bed9cde31..c788761030 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Util.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Util.pm @@ -3,7 +3,6 @@ use strict; use warnings; use Apache2::Const -compile => qw(OK DECLINED FORBIDDEN HTTP_INTERNAL_SERVER_ERROR REDIRECT HTTP_BAD_REQUEST); use File::Spec; use Time::HiRes qw/time sleep/; -use List::MoreUtils qw/uniq/; use OpenSRF::Utils::Cache; use OpenSRF::Utils::Logger qw/$logger/; use OpenILS::Utils::CStoreEditor qw/:funcs/; -- 2.11.0