Bug 17600: Standardize our EXPORT_OK
[srvgit] / misc / maintenance / fix_accountlines_rmdupfines_bug8253.pl
index 4a72e1a..fd9d047 100755 (executable)
@@ -23,15 +23,14 @@ use warnings;
 BEGIN {
     # find Koha's Perl modules
     # test carefully before changing this
-    use FindBin;
+    use FindBin ();
     eval { require "$FindBin::Bin/../kohalib.pl" };
 }
 
 use Koha::Script;
 use C4::Context;
-use C4::Installer;
 
-use Getopt::Long;
+use Getopt::Long qw( GetOptions );
 use Data::Dumper;
 
 sub print_usage {