From 128b884c44916a926907ac7c3ecb4c7d284e957f Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Tue, 12 Dec 2017 14:00:24 +0100 Subject: [PATCH] Bug 19542: (QA follow-up) Remove module Content-Type: text/plain; charset=utf-8 Resolve: Can't locate Search/Elasticsearch.pm in @INC (you may need to install the Search::Elasticsearch module) By removing the module Search::Elasticsearch. Test plan: [1] Check if module compiles now [2] Running updatedatabase now passes Signed-off-by: Marcel de Rooy --- Koha/SearchEngine/Elasticsearch.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Koha/SearchEngine/Elasticsearch.pm b/Koha/SearchEngine/Elasticsearch.pm index d859a39..5797964 100644 --- a/Koha/SearchEngine/Elasticsearch.pm +++ b/Koha/SearchEngine/Elasticsearch.pm @@ -30,7 +30,6 @@ use Carp; use JSON; use Modern::Perl; use Readonly; -use Search::Elasticsearch; use Try::Tiny; use YAML::Syck; -- 2.1.4