Bug 17600: Standardize our EXPORT_OK
[srvgit] / misc / migration_tools / checkNonIndexedBiblios.pl
index d03acbf..25b58ea 100755 (executable)
@@ -27,15 +27,14 @@ 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 MARC::Record;
 use Koha::Script;
 use C4::Context;
-use Getopt::Long;
+use Getopt::Long qw( GetOptions );
 
 use Koha::SearchEngine::Search;