28 Jan
2022
28 Jan
'22
11:11 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28926 --- Comment #13 from Victor Grousset/tuxayo <victor@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.