Bugzilla – Attachment 98361 Details for
Bug 24573
Catmandu::Store::ElasticSearch and Catmandu::MARC are missing from cpanfile
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24573: Add missing dependencies to PerlDependencies.pm
Bug-24573-Add-missing-dependencies-to-PerlDependen.patch (text/plain), 1.24 KB, created by
Julian Maurice
on 2020-02-04 07:10:59 UTC
(
hide
)
Description:
Bug 24573: Add missing dependencies to PerlDependencies.pm
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2020-02-04 07:10:59 UTC
Size:
1.24 KB
patch
obsolete
>From 836974d1d7d618316116c074676bb32c9765dcfa Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Tue, 4 Feb 2020 08:01:06 +0100 >Subject: [PATCH] Bug 24573: Add missing dependencies to PerlDependencies.pm > >Catmandu::Store::ElasticSearch is required for search, >and Catmandu::MARC is required for indexation > >The `max_ver` for Catmandu::Store::ElasticSearch is only informative and >is not used anywhere. >Koha is not compatible with Catmandu::Store::ElasticSearch 0.9_01 and >later versions >--- > C4/Installer/PerlDependencies.pm | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > >diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm >index f949bd790c..952e7f588b 100644 >--- a/C4/Installer/PerlDependencies.pm >+++ b/C4/Installer/PerlDependencies.pm >@@ -918,6 +918,18 @@ our $PERL_DEPS = { > required => '0', > min_ver => '0.5', > }, >+ 'Catmandu::Store::ElasticSearch' => { >+ usage => 'Search', >+ required => '1', >+ min_ver => '0.0507', >+ # There is no `max_ver`, it is only for documentation >+ max_ver => '0.0512', >+ }, >+ 'Catmandu::MARC' => { >+ usage => 'Search', >+ required => '1', >+ min_ver => '1.241', >+ }, > }; > > 1; >-- >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 24573
:
98361
|
98769
|
99959
|
100226
|
100227