https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28926 --- Comment #14 from Mason James <mtj@kohaaloha.com> --- (In reply to Victor Grousset/tuxayo from comment #13)
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 ?
lets attempt to add this patch without any YAML::* updates first if problems occue with CI testing, we can add 27673 and 22824, or revert -- You are receiving this mail because: You are watching all bug changes.