Bug 17600: Standardize our EXPORT_OK
[koha-ffzg.git] / misc / export_borrowers.pl
index 2729218..1a2dd7f 100755 (executable)
@@ -21,7 +21,7 @@
 
 use Modern::Perl;
 use Text::CSV;
-use Getopt::Long qw(:config no_ignore_case);
+use Getopt::Long qw( GetOptions );
 
 use Koha::Script;
 use C4::Context;