Bugzilla – Attachment 75835 Details for
Bug 20727
Replace usage of File::Spec->tmpdir with C4::Context->temporary_directory
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20727: Add use line for File::Spec in C4::Context, sort used modules
Bug-20727-Add-use-line-for-FileSpec-in-C4Context-s.patch (text/plain), 1.00 KB, created by
Kyle M Hall (khall)
on 2018-06-05 18:50:34 UTC
(
hide
)
Description:
Bug 20727: Add use line for File::Spec in C4::Context, sort used modules
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2018-06-05 18:50:34 UTC
Size:
1.00 KB
patch
obsolete
>From ea1f2f505ecb93b3e5b0e2a6baf776fd449fd09b Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatetsolutions.com> >Date: Tue, 5 Jun 2018 14:48:54 -0400 >Subject: [PATCH] Bug 20727: Add use line for File::Spec in C4::Context, sort > used modules > >--- > C4/Context.pm | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-) > >diff --git a/C4/Context.pm b/C4/Context.pm >index 247b7a46fa..41bce3b93d 100644 >--- a/C4/Context.pm >+++ b/C4/Context.pm >@@ -90,21 +90,21 @@ BEGIN { > } # else there is no browser to send fatals to! > } > >-use Encode; >-use ZOOM; >-use Koha::Caches; >-use POSIX (); >-use DateTime::TimeZone; >-use Module::Load::Conditional qw(can_load); > use Carp; > use DateTime::TimeZone; >+use Encode; >+use File::Spec; >+use Module::Load::Conditional qw(can_load); >+use POSIX (); >+use ZOOM; > > use C4::Boolean; > use C4::Debug; >-use Koha; >-use Koha::Config; >+use Koha::Caches; > use Koha::Config::SysPref; > use Koha::Config::SysPrefs; >+use Koha::Config; >+use Koha; > > =head1 NAME > >-- >2.15.1 (Apple Git-101)
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 20727
:
75200
|
75626
|
75667
|
75668
|
75669
|
75670
|
75833
|
75834
|
75835
|
75923
|
75924
|
75925
|
75926
|
75927
|
75928