Bug 32799: Rename ILLSTATUS authorised value category to ILL_STATUS_ALIAS
[koha-ffzg.git] / misc / sax_parser_test.pl
index fb56de1..e18cacd 100755 (executable)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 
 use XML::SAX;
-use Encode;
+use Encode qw( encode_utf8 );
 
 my $parser = XML::SAX::ParserFactory->parser(
 Handler => MySAXHandler->new