bug 2857: fix UTF-8 conversion issues in web services
[koha.git] / svc / bib_profile
index 274a634..a62e7e0 100755 (executable)
@@ -19,6 +19,8 @@
 #
 
 use strict;
+use warnings;
+
 use CGI;
 use C4::Auth qw/check_api_auth/;
 use C4::Context;