Bug 2505 - Add commented use warnings where missing in the circ/ directory
[koha.git] / circ / ysearch.pl
index 9c3dc3d..f8fc52a 100755 (executable)
@@ -25,6 +25,7 @@
 =cut
 
 use strict;
+#use warnings; FIXME - Bug 2505
 use CGI;
 use C4::Context;
 use C4::Auth qw/check_cookie_auth/;