Bug 2505 - Add commented use warnings where missing in the tools/ directory
[koha.git] / tools / picture-upload.pl
index c3f7b00..d21b6b0 100755 (executable)
@@ -19,6 +19,9 @@
 #
 #
 
+#use strict;
+#use warnings; FIXME - Bug 2505
+
 use File::Temp;
 use File::Copy;
 use CGI;