Fixing typo in image filename which introduced a space causing problems on win32
[koha.git] / tools / newHolidays.pl
index 08cb7dd..34469d8 100755 (executable)
@@ -1,6 +1,8 @@
 #!/usr/bin/perl
 
 use strict;
+use warnings;
+
 use CGI;
 
 use C4::Auth;