]> git.koha-community.org Git - koha.git/commit
Bug 32612: (QA follow-up) Add BINMODE method to C4::SIP::Trapper
authorKyle Hall <kyle@bywatersolutions.com>
Tue, 7 Feb 2023 11:49:28 +0000 (06:49 -0500)
committerLucas Gass <lucas@bywatersolutions.com>
Tue, 14 Feb 2023 21:51:44 +0000 (21:51 +0000)
commit0d74c05d6405b41e6296ed2cbe634f46c9aa597d
tree725c42fde398a71030ab960178e4dab4145f9cbb
parent43d76ab440a8e9d01dfa48f7a73a358a56515b36
Bug 32612: (QA follow-up) Add BINMODE method to C4::SIP::Trapper

The module Log::Log4perl::Appender::Screen is attempting to change
binmode during unit tests for SIPServer and is failing because of
our tie in SIPServer.pm for reasons unknown.

This patch implements the perltie method TIEHANDLE which allows the
binmode to be handled in the C4::SIP::Trapper package.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit d00d07cae751986a220d114ff165cbf5206a0283)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit 015ad1f7a7772da3787eb88266ea550793d39ea4)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
C4/SIP/Trapper.pm