From d5c8104389e2f916f68857f38db268a79dd19fc1 Mon Sep 17 00:00:00 2001 From: Donovan Jones Date: Fri, 16 Apr 2010 15:40:32 +1200 Subject: [PATCH] Bug 2505 - Add commented use warnings where missing in the serials/ directory --- serials/reorder_members.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/serials/reorder_members.pl b/serials/reorder_members.pl index 224a37af14..c42823df9c 100755 --- a/serials/reorder_members.pl +++ b/serials/reorder_members.pl @@ -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; -- 2.39.2