BUG 7621 [ENH] Circulation: Match age restriction of title with borrower's age withou...
[koha.git] / opac / opac-showmarc.pl
index aec114b..3638f88 100755 (executable)
@@ -27,7 +27,7 @@
 use strict;
 use warnings;
 
-use open OUT=>':utf8', ':std';
+use open OUT=> ":encoding(UTF-8)", ':std';
 
 # standard or CPAN modules used
 use CGI;