Bug 2505 - Add commented use warnings where missing in the rotating_collections/...
authorDonovan Jones <donovan@catalyst.net.nz>
Fri, 16 Apr 2010 03:44:39 +0000 (15:44 +1200)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 21 Apr 2010 08:25:39 +0000 (20:25 +1200)
rotating_collections/addItems.pl
rotating_collections/editCollections.pl
rotating_collections/rotatingCollections.pl
rotating_collections/transferCollection.pl

index 5c93b13..acde79a 100755 (executable)
@@ -1,5 +1,6 @@
 #!/usr/bin/perl
 use strict;
+#use warnings; FIXME - Bug 2505
 require Exporter;
 
 use C4::Output;
index 1dba296..6289cac 100755 (executable)
@@ -1,6 +1,7 @@
 #!/usr/bin/perl
 
 use strict;
+#use warnings; FIXME - Bug 2505
 require Exporter;
 
 use CGI;
index 7940ebf..b085e6b 100755 (executable)
@@ -1,5 +1,6 @@
 #!/usr/bin/perl
 use strict;
+#use warnings; FIXME - Bug 2505
 require Exporter;
 
 use CGI;
index 6ca822c..e2c5407 100755 (executable)
@@ -1,5 +1,6 @@
 #!/usr/bin/perl
 use strict;
+#use warnings; FIXME - Bug 2505
 require Exporter;
 
 use C4::Output;