Bug 2505 - Add commented use warnings where missing in the misc/ directory
[koha.git] / misc / batchDeleteUnusedSubfields.pl
index eca83dd..a0ecb5c 100755 (executable)
@@ -2,6 +2,7 @@
 # small script that rebuilds the non-MARC DB
 
 use strict;
+#use warnings; FIXME - Bug 2505
 BEGIN {
     # find Koha's Perl modules
     # test carefully before changing this