Bugzilla – Attachment 115027 Details for
Bug 26848
Fix Readonly dependency in cpanfile
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26848: Fix Readonly dependency in cpanfile
Bug-26848-Fix-Readonly-dependency-in-cpanfile.patch (text/plain), 1.58 KB, created by
Martin Renvoize (ashimema)
on 2021-01-11 13:41:08 UTC
(
hide
)
Description:
Bug 26848: Fix Readonly dependency in cpanfile
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-01-11 13:41:08 UTC
Size:
1.58 KB
patch
obsolete
>From a9987c36f7a82676c4015f3463da43ad06270430 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Wed, 28 Oct 2020 16:29:16 +0100 >Subject: [PATCH] Bug 26848: Fix Readonly dependency in cpanfile > >- It is a required module. If it is missing, Koha will not start >- Set the minimum version to 2.00. While not strictly required, it's the >version that states that "Deprecation of Readonly::XS as a requirement >for fast, readonly scalars is complete", it is available in Debian >oldoldstable (jessie, 8), and Readonly::XS was not even needed with Perl >> 5.8, which allows us to: >- Remove dependency on Readonly::XS > >Signed-off-by: Mason James <mtj@kohaaloha.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > cpanfile | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff --git a/cpanfile b/cpanfile >index 6f43bf4cbb..b7bddb85aa 100644 >--- a/cpanfile >+++ b/cpanfile >@@ -92,6 +92,7 @@ requires 'PDF::Table', 'v0.9.3'; > requires 'POSIX', '1.09'; > requires 'Plack::Middleware::LogWarn', '0.001002'; > requires 'Plack::Middleware::ReverseProxy', '0.14'; >+requires 'Readonly', '2.00'; > requires 'Schedule::At', '1.06'; > requires 'Search::Elasticsearch', '5.01'; > requires 'Sereal::Decoder', '3.0'; >@@ -158,8 +159,6 @@ recommends 'Net::Server', '0.97'; > recommends 'Net::Z3950::SimpleServer', '1.15'; > recommends 'PDF::FromHTML', '0.31'; > recommends 'Parallel::ForkManager', '0.75'; >-recommends 'Readonly', '0.01'; >-recommends 'Readonly::XS', '0.01'; > recommends 'SMS::Send', '0.05'; > recommends 'Selenium::Remote::Driver', '1.27'; > recommends 'Sys::CPU', '0.52'; >-- >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 26848
:
112647
|
114271
|
114274
| 115027