Bugzilla – Attachment 111669 Details for
Bug 26683
Fix Modules::RequireFilenameMatchesPackage Perl Critic Violations
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26683: Load localized Net::Z3950::RPN::* modules
Bug-26683-Load-localized-NetZ3950RPN-modules.patch (text/plain), 836 bytes, created by
David Cook
on 2020-10-15 00:52:27 UTC
(
hide
)
Description:
Bug 26683: Load localized Net::Z3950::RPN::* modules
Filename:
MIME Type:
Creator:
David Cook
Created:
2020-10-15 00:52:27 UTC
Size:
836 bytes
patch
obsolete
>From e709d57bac89374fc70202790f3d555ed7e7884b Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 26683
:
111657
|
111666
|
111667
| 111669