Bug 32030: Move cypress to t/
[koha-ffzg.git] / tools / newHolidays.pl
index 7644006..b07079d 100755 (executable)
@@ -21,14 +21,14 @@ use Modern::Perl;
 
 use CGI qw ( -utf8 );
 
-use C4::Auth;
+use C4::Auth qw( checkauth );
 use C4::Output;
 
 use C4::Calendar;
 use DateTime;
-use Koha::DateUtils;
+use Koha::DateUtils qw( dt_from_string output_pref );
 
-my $input               = new CGI;
+my $input               = CGI->new;
 my $dbh                 = C4::Context->dbh();
 
 checkauth($input, 0, {tools=> 'edit_calendar'}, 'intranet');