Bugzilla – Attachment 179741 Details for
Bug 39365
`perl -cw` should pass on all Perl files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39365: Fix 3 files
Bug-39365-Fix-3-files.patch (text/plain), 1.57 KB, created by
Emily Lamancusa (emlam)
on 2025-03-26 17:11:30 UTC
(
hide
)
Description:
Bug 39365: Fix 3 files
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2025-03-26 17:11:30 UTC
Size:
1.57 KB
patch
obsolete
>From 6c740d5302f37478fe8f58a958eca35840e889f2 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 18 Mar 2025 12:07:45 +0100 >Subject: [PATCH] Bug 39365: Fix 3 files > >Those 3 were failing but an easy fix can make them pass > >Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >--- > Koha/Localization.pm | 1 + > Koha/MarcOverlayRule.pm | 1 + > opac/svc/auth/googleopenidconnect | 2 +- > 3 files changed, 3 insertions(+), 1 deletion(-) > >diff --git a/Koha/Localization.pm b/Koha/Localization.pm >index 3ee44fd12c2..d24bc35a86f 100644 >--- a/Koha/Localization.pm >+++ b/Koha/Localization.pm >@@ -21,6 +21,7 @@ use Koha::Database; > > use base qw(Koha::Object); > >+use Koha::Caches; > my $cache = Koha::Caches->get_instance(); > > =head1 NAME >diff --git a/Koha/MarcOverlayRule.pm b/Koha/MarcOverlayRule.pm >index 6c0265f23dd..85352925455 100644 >--- a/Koha/MarcOverlayRule.pm >+++ b/Koha/MarcOverlayRule.pm >@@ -19,6 +19,7 @@ use Modern::Perl; > > use parent qw(Koha::Object); > >+use Koha::Caches; > my $cache = Koha::Caches->get_instance(); > > =head1 NAME >diff --git a/opac/svc/auth/googleopenidconnect b/opac/svc/auth/googleopenidconnect >index a6af9008664..14de503e1d8 100755 >--- a/opac/svc/auth/googleopenidconnect >+++ b/opac/svc/auth/googleopenidconnect >@@ -34,7 +34,7 @@ use Modern::Perl; > use CGI qw ( -utf8 escape ); > use C4::Auth qw{ checkauth get_session get_template_and_user }; > use C4::Context; >-use C4::Output; >+use C4::Output qw{ output_html_with_http_headers }; > use Koha::Patrons; > > use LWP::UserAgent; >-- >2.34.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 39365
:
179445
|
179446
|
179740
|
179741
|
180240
|
180241