Bug 17600: Standardize our EXPORT_OK
[srvgit] / misc / migration_tools / 22_to_30 / missing090field.pl
index b54bf92..80861b1 100755 (executable)
@@ -7,15 +7,14 @@ use strict;
 BEGIN {
     # find Koha's Perl modules
     # test carefully before changing this
-    use FindBin;
+    use FindBin ();
     eval { require "$FindBin::Bin/../../kohalib.pl" };
 }
 
 # Koha modules used
 
 use C4::Context;
-use C4::Biblio;
-use MARC::Record;
+use C4::Biblio qw( GetMarcBiblio GetMarcFromKohaField ModBiblioMarc );
 use MARC::File::USMARC;
 
 $|=1;