Bug 17600: Standardize our EXPORT_OK
[srvgit] / misc / add_date_fields_to_marc_records.pl
index b7ab77c..f619f52 100755 (executable)
 use Modern::Perl;
 
 BEGIN {
-    use FindBin;
+    use FindBin ();
     eval { require "$FindBin::Bin/../kohalib.pl" };
 }
 
 use Koha::Script;
 
-use Getopt::Long;
-use Pod::Usage;
+use Getopt::Long qw( GetOptions );
+use Pod::Usage qw( pod2usage );
 use MARC::Field;
 
 use C4::Biblio;