6 Jul
2018
6 Jul
'18
7:41 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14446 --- Comment #5 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Thx Aleisha. For QA: The workaround is based on the fact that YAML::Syck contains this code: sub Load { if (wantarray) { my ($rv) = YAML::Syck::LoadYAML( $_[0] ); @{$rv}; } else { @_ = $_[0]; goto &YAML::Syck::LoadYAML; } } -- You are receiving this mail because: You are watching all bug changes.