DB revision 3.02.00.004 - general release of Koha 3.2.0
[koha.git] / tools / holidays.pl
index 047f226..a6afcaa 100755 (executable)
@@ -17,6 +17,8 @@
 
 #####Sets holiday periods for each branch. Datedues will be extended if branch is closed -TG
 use strict;
+use warnings;
+
 use CGI;
 
 use C4::Auth;