Bug 17600: Standardize our EXPORT_OK
[srvgit] / misc / cronjobs / create_koc_db.pl
index 3d92fe5..a9704d7 100755 (executable)
@@ -92,8 +92,8 @@ use warnings;
 $|++;
 
 use DBI;
-use Getopt::Long;
-use Pod::Usage;
+use Getopt::Long qw( GetOptions );
+use Pod::Usage qw( pod2usage );
 
 use Koha::Script -cron;
 use C4::Context;