Bugzilla – Attachment 104016 Details for
Bug 15253
Add Koha::Logger based logging for SIP2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15253: Remove unused use of Scalar::Util
Bug-15253-Remove-unused-use-of-ScalarUtil.patch (text/plain), 646 bytes, created by
Jonathan Druart
on 2020-04-30 11:15:51 UTC
(
hide
)
Description:
Bug 15253: Remove unused use of Scalar::Util
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-04-30 11:15:51 UTC
Size:
646 bytes
patch
obsolete
>From 3dd43743da37b7d659de5791d1edbbadff07ca88 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 30 Apr 2020 13:15:37 +0200 >Subject: [PATCH] Bug 15253: Remove unused use of Scalar::Util > >--- > C4/SIP/SIPServer.pm | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/C4/SIP/SIPServer.pm b/C4/SIP/SIPServer.pm >index b14aaa9862..ea903885eb 100755 >--- a/C4/SIP/SIPServer.pm >+++ b/C4/SIP/SIPServer.pm >@@ -8,7 +8,6 @@ use lib "$Bin"; > use Net::Server::PreFork; > use IO::Socket::INET; > use Socket qw(:DEFAULT :crlf); >-use Scalar::Util qw(blessed); > require UNIVERSAL::require; > > use C4::Context; >-- >2.20.1
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 15253
:
45824
|
45825
|
45826
|
58570
|
58571
|
58572
|
58573
|
58582
|
60872
|
65219
|
65220
|
65221
|
65222
|
65223
|
65224
|
65225
|
65226
|
65227
|
65228
|
71702
|
71703
|
74947
|
86573
|
86574
|
87993
|
88383
|
100062
|
100063
|
100379
|
102216
|
102217
|
102218
|
102219
|
103456
|
103457
|
103458
|
103459
|
103462
|
103499
|
103500
|
103501
|
103502
|
103503
|
103599
|
103915
|
103916
|
103917
|
103918
|
103919
|
103920
|
103921
|
104016
|
104667
|
104668
|
104669
|
104670
|
104671
|
104672
|
104673
|
104674
|
111169