[Koha-bugs] [Bug 28926] Update cpanfile for Mojolicious::Plugin::OpenAPI v2.16

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Jan 29 00:11:01 CET 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28926

--- Comment #13 from Victor Grousset/tuxayo <victor at tuxayo.net> ---
I have the following conflict with 20.11.x

<<<<<<< HEAD
requires 'YAML', '0.71';
requires 'YAML::Syck', '0.71';
||||||| parent of 81ce0e2db5 (Bug 28926: Update cpanfile for
Mojolicious::Plugin::OpenAPI v2.16)
requires 'YAML::XS', '0.67';
=======
requires 'YAML::XS', '0.76';
>>>>>>> 81ce0e2db5 (Bug 28926: Update cpanfile for Mojolicious::Plugin::OpenAPI v2.16)


This diff3 conflictstyle tells that 20.11.x has YAML and YAML::Syck which on
the next Koha versions were replaced by YAML::XS.

Should I just add YAML::XS 0.76 ?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list