Bug 17600: Standardize our EXPORT_OK
[srvgit] / misc / migration_tools / 22_to_30 / move_marc_to_biblioitems.pl
index 386831e..e4429a7 100755 (executable)
@@ -5,11 +5,10 @@ use Modern::Perl;
 BEGIN {
     # find Koha's Perl modules
     # test carefully before changing this
-    use FindBin;
+    use FindBin ();
     eval { require "$FindBin::Bin/../../kohalib.pl" };
 }
 use C4::Context;
-use C4::Biblio;
 use MARC::Record;
 use MARC::File::XML ( BinaryEncoding => 'utf8' );