Bug 2505 - Add commented use warnings where missing in the circ/ directory
authorDonovan Jones <donovan@catalyst.net.nz>
Fri, 16 Apr 2010 02:52:03 +0000 (14:52 +1200)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 21 Apr 2010 08:20:03 +0000 (20:20 +1200)
circ/bookcount.pl
circ/branchoverdues.pl
circ/circulation-home.pl
circ/circulation.pl
circ/hold-transfer-slip.pl
circ/pendingreserves.pl
circ/returns.pl
circ/stats.pl
circ/ysearch.pl

index 7590ec0..2ae4f4a 100755 (executable)
@@ -21,7 +21,7 @@
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 use strict;
-# use warnings;
+#use warnings; FIXME - Bug 2505
 use CGI;
 use C4::Debug;
 use C4::Context;
index a33d836..905af94 100755 (executable)
@@ -17,7 +17,7 @@
 # Suite 330, Boston, MA  02111-1307 USA
 
 use strict;
-# use warnings;  # FIXME
+#use warnings; FIXME - Bug 2505
 use C4::Context;
 use CGI;
 use C4::Output;
index 2ebd0d0..e4aef3b 100755 (executable)
@@ -17,6 +17,7 @@
 # 
 
 use strict;
+#use warnings; FIXME - Bug 2505
 use CGI;
 use C4::Auth;
 use C4::Output;
index ee13b9d..4b67920 100755 (executable)
@@ -21,7 +21,7 @@
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 use strict;
-# use warnings;  # FIXME
+#use warnings; FIXME - Bug 2505
 use CGI;
 use C4::Output;
 use C4::Print;
index fa75d10..f581464 100755 (executable)
@@ -19,6 +19,7 @@
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 use strict;
+#use warnings; FIXME - Bug 2505
 use C4::Context;
 use C4::Output;
 use CGI;
index 416e690..cf71094 100755 (executable)
@@ -24,6 +24,7 @@
 #              The reserve pull lists *works* as long as not for indepencdant branches, I can fix!
 
 use strict;
+#use warnings; FIXME - Bug 2505
 use C4::Context;
 use C4::Output;
 use CGI;
index e3f6bb2..2611099 100755 (executable)
@@ -26,7 +26,7 @@ script to execute returns of books
 =cut
 
 use strict;
-# use warnings; # FIXME
+#use warnings; FIXME - Bug 2505
 
 use CGI;
 use C4::Context;
index 827bc54..558a985 100755 (executable)
@@ -22,7 +22,7 @@
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 use strict;
-# use warnings;
+#use warnings; FIXME - Bug 2505
 use CGI;
 use C4::Context;
 use C4::Output;
index 9c3dc3d..f8fc52a 100755 (executable)
@@ -25,6 +25,7 @@
 =cut
 
 use strict;
+#use warnings; FIXME - Bug 2505
 use CGI;
 use C4::Context;
 use C4::Auth qw/check_cookie_auth/;