Bugzilla – Attachment 112648 Details for
Bug 26849
Fix Array::Utils dependency in cpanfile
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26849: Fix Array::Utils dependency in cpanfile
Bug-26849-Fix-ArrayUtils-dependency-in-cpanfile.patch (text/plain), 1.02 KB, created by
Julian Maurice
on 2020-10-28 15:50:48 UTC
(
hide
)
Description:
Bug 26849: Fix Array::Utils dependency in cpanfile
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2020-10-28 15:50:48 UTC
Size:
1.02 KB
patch
obsolete
>From dcbc97d01a507b7a807b139013df2abb24aa9f79 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Wed, 28 Oct 2020 16:46:32 +0100 >Subject: [PATCH] Bug 26849: Fix Array::Utils dependency in cpanfile > >Since bug 26434, if the module is missing Koha does not start. So it >should be marked as required >--- > cpanfile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/cpanfile b/cpanfile >index bed97a96d7..492eecdd31 100644 >--- a/cpanfile >+++ b/cpanfile >@@ -1,4 +1,5 @@ > requires 'Algorithm::CheckDigits', '0.5'; >+requires 'Array::Utils', '0.5'; > requires 'Authen::CAS::Client', '0.05'; > requires 'Biblio::EndnoteStyle', '0.05'; > requires 'Business::ISBN', '2.05'; >@@ -133,7 +134,6 @@ recommends 'AnyEvent', '5.0'; > recommends 'AnyEvent::HTTP', '2.13'; > recommends 'Archive::Extract', '0.60'; > recommends 'Archive::Zip', '1.30'; >-recommends 'Array::Utils', '0.5'; > recommends 'CGI::Session::Driver::memcached', '0.04'; > recommends 'Cache::FastMmap', '1.34'; > recommends 'DBD::SQLite2', '0.33'; >-- >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 26849
:
112648
|
114270
|
114542