Bug 17600: Standardize our EXPORT_OK
[srvgit] / misc / mod_zebraqueue.pl
index 32fcc31..ab1aa7b 100755 (executable)
 
 use Modern::Perl;
 
-use Getopt::Long;
-use Pod::Usage;
+use Getopt::Long qw( GetOptions );
+use Pod::Usage qw( pod2usage );
 
-use C4::Biblio;
+use Koha::Script;
+use C4::Biblio qw( ModZebra );
 
 my @biblios;
 my @authorities;