From: Galen Charlton Date: Thu, 17 Aug 2017 22:16:39 +0000 (-0400) Subject: LP#1698206: remove now-superfluous include of List::MoreUtils X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=58fe62d8a43aac350830e17f35f80d6d781ce8a0;p=working%2FEvergreen.git 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 --- 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/;