bug 2505: turn on warnings in seven modules
[koha.git] / C4 / Charset.pm
index 5c5e7ce..bbeef24 100644 (file)
@@ -18,6 +18,8 @@ package C4::Charset;
 # Suite 330, Boston, MA  02111-1307 USA
 
 use strict;
+use warnings;
+
 use MARC::Charset qw/marc8_to_utf8/;
 use Text::Iconv;