[Bug 14446] Resolve "Use of uninitialized value in goto" in admin/preferences.pl
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.
2931
Age (days ago)
2931
Last active (days ago)
0 comments
1 participants
participants (1)
-
bugzilla-daemon@bugs.koha-community.org