Bug 2505 - Add commented use warnings where missing in the admin/ directory
[koha.git] / admin / clone-rules.pl
index 7daa369..dcf4abe 100755 (executable)
@@ -26,6 +26,7 @@
 # The script can be called with one of the parameters, both or none
 
 use strict;
+#use warnings; FIXME - Bug 2505
 use CGI;
 use C4::Context;
 use C4::Output;