From a3198c0ca003b8ce3a5708389aef0e2ba0931f3c Mon Sep 17 00:00:00 2001 From: Mason James Date: Fri, 19 Feb 2021 02:39:19 +1300 Subject: [PATCH] Bug 27673: remove libyaml-syck-perl, and lower libyaml-libyaml-perl to 0.41 (for u16) Content-Type: text/plain; charset="utf-8" 1/ apply patch 2/ build koha package 3/ confirm that libyaml-libyaml-perl package is installed, and libyaml-syck-perl is not --- cpanfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cpanfile b/cpanfile index acec171..27c85aa 100644 --- a/cpanfile +++ b/cpanfile @@ -129,8 +129,7 @@ requires 'XML::RSS', '1.31'; requires 'XML::SAX::ParserFactory', '1.01'; requires 'XML::SAX::Writer', '0.44'; requires 'XML::Simple', '2.14'; -requires 'YAML::XS', '0.71'; -requires 'YAML::Syck', '0.71'; +requires 'YAML::XS', '0.41'; recommends 'AnyEvent', '5.0'; recommends 'AnyEvent::HTTP', '2.13'; recommends 'Archive::Extract', '0.60'; -- 2.1.4