Bug 2505: Enabled warnings in opac-serial-issues.pl and opac-showmarc.pl
[koha.git] / opac / opac-serial-issues.pl
index 4935e29..8993d7f 100755 (executable)
@@ -19,6 +19,8 @@
 
 
 use strict;
+use warnings;
+
 use CGI;
 use C4::Auth;
 use C4::Koha;