Bug 2505 - Add commented use warnings where missing in the errors/ directory
authorDonovan Jones <donovan@catalyst.net.nz>
Fri, 16 Apr 2010 01:51:41 +0000 (13:51 +1200)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 21 Apr 2010 08:19:08 +0000 (20:19 +1200)
errors/400.pl
errors/401.pl
errors/402.pl
errors/403.pl
errors/404.pl
errors/500.pl

index b04b7fd..f7ebf8a 100755 (executable)
@@ -17,6 +17,7 @@
 
 
 use strict;
+#use warnings; FIXME - Bug 2505
 use CGI;
 use C4::Auth;
 use C4::Output;
index 3ea459a..0982c2f 100755 (executable)
@@ -17,6 +17,7 @@
 
 
 use strict;
+#use warnings; FIXME - Bug 2505
 use CGI;
 use C4::Auth;
 use C4::Output;
index 4bfe7ce..c0b9783 100755 (executable)
@@ -17,6 +17,7 @@
 
 
 use strict;
+#use warnings; FIXME - Bug 2505
 use CGI;
 use C4::Auth;
 use C4::Output;
index 4058ce9..e7759e0 100755 (executable)
@@ -17,6 +17,7 @@
 
 
 use strict;
+#use warnings; FIXME - Bug 2505
 use CGI;
 use C4::Auth;
 use C4::Output;
index 418723f..b1fb9f9 100755 (executable)
@@ -17,6 +17,7 @@
 
 
 use strict;
+#use warnings; FIXME - Bug 2505
 use CGI;
 use C4::Auth;
 use C4::Output;
index 6f570a2..6ea9d96 100755 (executable)
@@ -17,6 +17,7 @@
 
 
 use strict;
+#use warnings; FIXME - Bug 2505
 use CGI;
 use C4::Auth;
 use C4::Output;