Bug 2505 - Add commented use warnings where missing in the C4/ directory
[koha.git] / C4 / SIP / xmlparse.pl
index 6a0b64e..6496c60 100755 (executable)
@@ -7,6 +7,7 @@
 # in Sip::Configuration.pm
 #
 use strict;
+#use warnings; FIXME - Bug 2505
 use English;
 
 use XML::Simple qw(:strict);