Bug 2505 - enable warnings for link_bibs_to_authorities
[koha.git] / 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