Bug 17600: Standardize our EXPORT_OK
[koha-ffzg.git] / tools / holidays.pl
index 252882d..ddf45db 100755 (executable)
@@ -20,11 +20,11 @@ use Modern::Perl;
 
 use CGI qw ( -utf8 );
 
-use C4::Auth;
-use C4::Output;
+use C4::Auth qw( get_template_and_user );
+use C4::Output qw( output_html_with_http_headers );
 
 use C4::Calendar;
-use Koha::DateUtils;
+use Koha::DateUtils qw( dt_from_string output_pref );
 
 my $input = CGI->new;
 
@@ -35,7 +35,6 @@ my ($template, $loggedinuser, $cookie)
                              type => "intranet",
                              query => $input,
                              flagsrequired => {tools => 'edit_calendar'},
-                             debug => 1,
                            });
 
 # calendardate - date passed in url for human readability (syspref)