From e709d57bac89374fc70202790f3d555ed7e7884b Mon Sep 17 00:00:00 2001 From: David Cook Date: Thu, 15 Oct 2020 00:49:28 +0000 Subject: [PATCH] Bug 26683: Load localized Net::Z3950::RPN::* modules --- Koha/Z3950Responder.pm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Koha/Z3950Responder.pm b/Koha/Z3950Responder.pm index e074ba880e..79f73a4dff 100644 --- a/Koha/Z3950Responder.pm +++ b/Koha/Z3950Responder.pm @@ -26,6 +26,12 @@ use C4::Koha qw( GetAuthorisedValues ); use Net::Z3950::SimpleServer; +#NOTE: We must explicitly use these modules which we override locally +use Net::Z3950::RPN::And; +use Net::Z3950::RPN::AndNot; +use Net::Z3950::RPN::Or; +use Net::Z3950::RPN::Term; + =head1 NAME Koha::Z3950Responder - Main class for interfacing with Net::Z3950::SimpleServer -- 2.11.0