Bug 2505 - Add commented use warnings where missing in the serials/ directory
authorDonovan Jones <donovan@catalyst.net.nz>
Fri, 16 Apr 2010 03:40:32 +0000 (15:40 +1200)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 21 Apr 2010 08:25:26 +0000 (20:25 +1200)
serials/reorder_members.pl

index 224a37a..c42823d 100755 (executable)
@@ -20,6 +20,7 @@
 # where the hierarchical order can be changed on the fly and a routing list can be
 # printed out
 use strict;
+#use warnings; FIXME - Bug 2505
 use CGI;
 use C4::Auth;
 use C4::Context;