Bug 2505 - Add commented use warnings where missing in the virtualshelves/ directory
authorDonovan Jones <donovan@catalyst.net.nz>
Fri, 16 Apr 2010 03:14:43 +0000 (15:14 +1200)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 21 Apr 2010 08:20:27 +0000 (20:20 +1200)
virtualshelves/addbybiblionumber.pl

index b636c12..d53a8c4 100755 (executable)
@@ -59,6 +59,7 @@
 =cut
 
 use strict;
+#use warnings; FIXME - Bug 2505
 use C4::Biblio;
 use CGI;
 use C4::Output;