Bug 32799: Rename ILLSTATUS authorised value category to ILL_STATUS_ALIAS
[koha-ffzg.git] / misc / mod_zebraqueue.pl
index 240aad4..ab1aa7b 100755 (executable)
 
 use Modern::Perl;
 
-use Getopt::Long;
-use Pod::Usage;
+use Getopt::Long qw( GetOptions );
+use Pod::Usage qw( pod2usage );
 
 use Koha::Script;
-use C4::Biblio;
+use C4::Biblio qw( ModZebra );
 
 my @biblios;
 my @authorities;