Bug 2505 - enable warnings for link_bibs_to_authorities

This commit is contained in:
Donovan Jones 2010-04-19 15:21:35 +12:00 committed by Chris Cormack
parent 5647479f70
commit 36d43bab0a

View file

@ -1,7 +1,7 @@
#!/usr/bin/perl #!/usr/bin/perl
use strict; use strict;
#use warnings; FIXME - Bug 2505 use warnings;
BEGIN { BEGIN {
# find Koha's Perl modules # find Koha's Perl modules
# test carefully before changing this # test carefully before changing this