@@ -, +, @@ --- Koha/MetaSearcher.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Koha/MetaSearcher.pm +++ a/Koha/MetaSearcher.pm @@ -22,7 +22,7 @@ use Modern::Perl; use base 'Class::Accessor'; use C4::Charset qw( MarcToUTF8Record ); -use C4::Koha qw(); # Purely for GetNormalizedISBN +use C4::Koha qw( GetNormalizedISBN ); use C4::Search qw(); # Purely for new_record_from_zebra use DBIx::Class::ResultClass::HashRefInflator; use IO::Select; --