Bug 17600: Standardize our EXPORT_OK
[srvgit] / misc / maintenance / remove_items_from_biblioitems.pl
index d78ad69..029e1e9 100755 (executable)
@@ -24,8 +24,8 @@ $|=1;
 
 use Koha::Script;
 use C4::Context;
-use C4::Biblio;
-use Getopt::Long;
+use C4::Biblio qw( GetFrameworkCode GetMarcBiblio ModBiblio );
+use Getopt::Long qw( GetOptions );
 
 my ($wherestring, $run, $silent, $want_help);
 my $result = GetOptions(