Bug 17600: Standardize our EXPORT_OK
[srvgit] / misc / cronjobs / delete_records_via_leader.pl
index 0287e43..8456f42 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" };
 }
 
-use Getopt::Long;
-use Pod::Usage;
+use Getopt::Long qw( GetOptions );
+use Pod::Usage qw( pod2usage );
 use Koha::Script -cron;
-use C4::Biblio;
-use C4::Items;
+use C4::Biblio qw( DelBiblio );
 use Koha::Database;
 use Koha::Biblios;
 use Koha::Biblio::Metadatas;