Bug 2505 - enable warnings for link_bibs_to_authorities
authorDonovan Jones <donovan@catalyst.net.nz>
Mon, 19 Apr 2010 03:21:35 +0000 (15:21 +1200)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 21 Apr 2010 08:31:10 +0000 (20:31 +1200)
misc/link_bibs_to_authorities.pl

index e3f9bdc..0fc9c26 100755 (executable)
@@ -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