Browse Source

Bug 2505 - enable warnings for link_bibs_to_authorities

3.2.x
Donovan Jones 15 years ago
committed by Chris Cormack
parent
commit
36d43bab0a
  1. 2
      misc/link_bibs_to_authorities.pl

2
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

Loading…
Cancel
Save