Bug 2505 - Add commented use warnings where missing in the tools/ directory
[koha.git] / tools / upload-file.pl
index 6b1fabb..1f38d07 100755 (executable)
@@ -18,6 +18,7 @@
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 use strict;
+#use warnings; FIXME - Bug 2505
 
 # standard or CPAN modules used
 use IO::File;