Bug 2505 - Add commented use warnings where missing in the circ/ directory
[koha.git] / circ / bookcount.pl
index 7590ec0..2ae4f4a 100755 (executable)
@@ -21,7 +21,7 @@
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 use strict;
-# use warnings;
+#use warnings; FIXME - Bug 2505
 use CGI;
 use C4::Debug;
 use C4::Context;