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)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 16 Sep 2009 21:19:23 +0000 (23:19 +0200)
Enabling warnings in these files did not generate any warnings in the logs when tested.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
opac/opac-ISBDdetail.pl
opac/opac-modrequest.pl
opac/opac-tags_subject.pl

index 56bd25e..7ba19cf 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;