Bug 17600: Standardize our EXPORT_OK
[srvgit] / installer / data / mysql / fix_unclosed_nonaccruing_fines_bug17135.pl
index b3e4b06..b1fbdf6 100755 (executable)
@@ -22,11 +22,11 @@ use Modern::Perl;
 
 use C4::Context;
 use C4::Overdues qw/CalcFine/;
-use C4::Log qw/logaction/;
+use C4::Log qw( logaction );
 
-use Koha::DateUtils;
+use Koha::DateUtils qw( dt_from_string output_pref );
 use Koha::Patrons;
-use Getopt::Long;
+use Getopt::Long qw( GetOptions );
 
 my ($help, $verbose, $confirm, $log, $stdout_log);