https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42092 --- Comment #2 from Fridolin Somers <fridolin.somers@biblibre.com> --- Oh looks like this can fix some wrong tidy : diff --git a/Koha/OAI/Client/Harvester.pm b/Koha/OAI/Client/Harvester.pm index 0cb24cedee..fda685b167 100644 --- a/Koha/OAI/Client/Harvester.pm +++ b/Koha/OAI/Client/Harvester.pm @@ -31,7 +31,7 @@ use utf8; use open qw( :std :utf8 ); use C4::Biblio qw( AddBiblio GetFrameworkCode ModBiblio DelBiblio ); -use C4::AuthoritiesMarc qw (AddAuthority GuessAuthTypeCode ModAuthority DelAuthority ); +use C4::AuthoritiesMarc qw( AddAuthority GuessAuthTypeCode ModAuthority DelAuthority ); After tiding. -- You are receiving this mail because: You are watching all bug changes.