Bugzilla – Attachment 99959 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), 949 bytes, created by
Michal Denar
on 2020-03-02 20:17:39 UTC
(
hide
)
Description:
Bug 24573: Add missing dependencies to cpanfile
Filename:
MIME Type:
Creator:
Michal Denar
Created:
2020-03-02 20:17:39 UTC
Size:
949 bytes
patch
obsolete
>From 23a05aa61009abf7d41689512ceb25779efa4e69 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 > >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..ed57e66020 100644 >--- a/cpanfile >+++ b/cpanfile >@@ -13,6 +13,8 @@ requires 'CGI::Session::Serialize::yaml', '4.2'; > requires 'CPAN::Meta', '2.150006'; > requires 'Cache::Memcached', '1.30'; > requires 'Cache::Memcached::Fast::Safe', '0.06'; >+requires 'Catmandu::MARC', '1.241'; >+requires 'Catmandu::Store::ElasticSearch', '>= 0.0507, <= 0.512'; > requires 'Class::Accessor', '0.3'; > requires 'Class::Factory::Util', '1.6'; > requires 'Class::Inspector', '1.31'; >-- >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