bug 2857: fix UTF-8 conversion issues in web services
[koha.git] / svc / authentication
index f36d133..f239a15 100755 (executable)
@@ -19,6 +19,8 @@
 #
 
 use strict;
+use warnings;
+
 use CGI;
 use C4::Auth qw/check_api_auth/;
 use XML::Simple;