Bug 2505 - Add commented use warnings where missing in the serials/ directory

This commit is contained in:
Donovan Jones 2010-04-16 15:40:32 +12:00 committed by Chris Cormack
parent b31b5f3620
commit d5c8104389

View file

@ -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;