Bug 17600: Standardize our EXPORT_OK
[koha-ffzg.git] / t / db_dependent / Linker_FirstMatch.t
index cfcd752..d4d211a 100755 (executable)
@@ -24,7 +24,7 @@ use Test::More tests => 3;
 use MARC::Record;
 use MARC::Field;
 use MARC::File::XML;
-use C4::Heading;
+use C4::Heading qw( authorities field new_from_field );
 use C4::Linker::FirstMatch;
 use Test::MockModule;
 use t::lib::Mocks qw( mock_preference );