Bug 17600: Standardize our EXPORT_OK
[srvgit] / misc / cronjobs / import_webservice_batch.pl
index aa18edc..5925be2 100755 (executable)
@@ -25,14 +25,13 @@ 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 Koha::Script -cron;
-use C4::ImportBatch;
+use C4::ImportBatch qw( BatchCommitRecords );
 
 my ($help, $framework);