Bug 17600: Standardize our EXPORT_OK
[srvgit] / tools / exceptionHolidays.pl
index 6894074..a96b1d0 100755 (executable)
@@ -4,12 +4,12 @@ use Modern::Perl;
 
 use CGI qw ( -utf8 );
 
-use C4::Auth;
+use C4::Auth qw( checkauth );
 use C4::Output;
 use DateTime;
 
 use C4::Calendar;
-use Koha::DateUtils;
+use Koha::DateUtils qw( dt_from_string );
 
 my $input = CGI->new;
 my $dbh = C4::Context->dbh();