Bug 17600: Standardize our EXPORT_OK
[srvgit] / misc / cronjobs / sitemap.pl
index fb738e0..93abb02 100755 (executable)
@@ -21,11 +21,10 @@ package Main;
 
 use Modern::Perl;
 use utf8;
-use Pod::Usage;
-use Getopt::Long;
+use Pod::Usage qw( pod2usage );
+use Getopt::Long qw( GetOptions );
 
 use Koha::Script -cron;
-use C4::Biblio;
 use Koha::Sitemapper;