Bugzilla – Attachment 100227 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), 1.04 KB, created by
Marcel de Rooy
on 2020-03-06 09:47:02 UTC
(
hide
)
Description:
Bug 24573: Add missing dependencies to cpanfile
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2020-03-06 09:47:02 UTC
Size:
1.04 KB
patch
obsolete
>From 6340c7da6007d94dc9297e3f80deef15b8797451 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 >Content-Type: text/plain; charset=utf-8 > >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> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > 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.11.0
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