From 36d43bab0ab29d49b6ced672633f52aff1ffeaae Mon Sep 17 00:00:00 2001 From: Donovan Jones Date: Mon, 19 Apr 2010 15:21:35 +1200 Subject: [PATCH] Bug 2505 - enable warnings for link_bibs_to_authorities --- misc/link_bibs_to_authorities.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/link_bibs_to_authorities.pl b/misc/link_bibs_to_authorities.pl index e3f9bdc824..0fc9c26f1a 100755 --- a/misc/link_bibs_to_authorities.pl +++ b/misc/link_bibs_to_authorities.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl use strict; -#use warnings; FIXME - Bug 2505 +use warnings; BEGIN { # find Koha's Perl modules # test carefully before changing this