Bug 2505: Enabled warnings in opac_ISBDdetail.pl, opac-modrequest.pl, and opac-tags_s...
authorGarry Collum <gcollum@gmail.com>
Sat, 8 Aug 2009 18:37:26 +0000 (14:37 -0400)
committerGalen Charlton <gmcharlt@gmail.com>
Sun, 9 Aug 2009 17:08:38 +0000 (13:08 -0400)
Enabling warnings in these files did not generate any warnings in the logs when tested.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
opac/opac-ISBDdetail.pl
opac/opac-modrequest.pl
opac/opac-tags_subject.pl

index d60f8fc..4706fde 100755 (executable)
@@ -42,6 +42,8 @@ the items attached to the biblio
 =cut
 
 use strict;
+use warnings;
+
 use C4::Auth;
 use C4::Context;
 use C4::Output;
index 01b45f1..bada04d 100755 (executable)
@@ -23,6 +23,8 @@
 # Suite 330, Boston, MA  02111-1307 USA
 
 use strict;
+use warnings;
+
 use CGI;
 use C4::Output;
 use C4::Reserves;
index 84e8fc3..5836f70 100755 (executable)
@@ -25,6 +25,8 @@ TODO :: Description here
 =cut
 
 use strict;
+use warnings;
+
 use C4::Auth;
 use C4::Context;
 use C4::Output;