Fixing up a regexp to stop a trivial warn
[koha.git] / tools / cleanborrowers.pl
index 1a6c9bc..4fde0f2 100755 (executable)
@@ -33,6 +33,7 @@ This script allows to do 2 things.
 =cut
 
 use strict;
+#use warnings; FIXME - Bug 2505
 use CGI;
 use C4::Auth;
 use C4::Output;