Bugzilla – Attachment 100226 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 cpanfile
Bug-24573-Add-missing-dependencies-to-cpanfile.patch (text/plain), 963 bytes, created by
Julian Maurice
on 2020-03-06 09:42:11 UTC
(
hide
)
Description:
Bug 24573: Add missing dependencies to cpanfile
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2020-03-06 09:42:11 UTC
Size:
963 bytes
patch
obsolete
>From d05d9d8df068d60b309154891409d90eb8638871 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 cpanfile > >When using Elasticsearch, Catmandu::Store::ElasticSearch is required for >search, and Catmandu::MARC is required for indexation > >Signed-off-by: Michal Denar <black23@gmail.com> >--- > cpanfile | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/cpanfile b/cpanfile >index b123f578ce..f7d69c3f84 100644 >--- a/cpanfile >+++ b/cpanfile >@@ -134,6 +134,8 @@ recommends 'Archive::Zip', '1.30'; > recommends 'Array::Utils', '0.5'; > recommends 'CGI::Session::Driver::memcached', '0.04'; > recommends 'Cache::FastMmap', '1.34'; >+recommends 'Catmandu::MARC', '1.241'; >+recommends 'Catmandu::Store::ElasticSearch', '>= 0.0507, <= 0.512'; > recommends 'DBD::SQLite2', '0.33'; > recommends 'Devel::Cover', '0.89'; > recommends 'File::Copy', '2.08'; >-- >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