Bugzilla – Attachment 114542 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.12 KB, created by
Victor Grousset/tuxayo
on 2020-12-20 15:29:08 UTC
(
hide
)
Description:
Bug 26849: Fix Array::Utils dependency in cpanfile
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2020-12-20 15:29:08 UTC
Size:
1.12 KB
patch
obsolete
>From d2cd837b5c7c3f15ccd040815a74bedc75396a67 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 > >Signed-off-by: Mason James <mtj@kohaaloha.com> >Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> >--- > cpanfile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/cpanfile b/cpanfile >index e757ac6b03..6f43bf4cbb 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 'DBD::SQLite2', '0.33'; > recommends 'Devel::Cover', '0.89'; >-- >2.29.2
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