10 Jan
2020
10 Jan
'20
11:24 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14759 --- Comment #46 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Marcel de Rooy from comment #43)
(In reply to Jonathan Druart from comment #42)
Martin, I think you forgot to add the new dependency.
C4/Charset.pm:use Unicode::Normalize; C4/Installer/PerlDependencies.pm: 'Unicode::Normalize' => { C4/Record.pm:use Unicode::Normalize; # _entity_encode Koha/Patron.pm:use Unicode::Normalize; misc/migration_tools/bulkmarcimport.pl:use Unicode::Normalize;
What did you mean?
Indeed, I missed that it was already in our dependency list. -- You are receiving this mail because: You are watching all bug changes.