Bug 5549 : move rollingloans.t to db_dependent tests
[koha.git] / catalogue / showmarc.pl
index a54894b..32ea2f6 100755 (executable)
@@ -23,7 +23,7 @@
 use strict;
 #use warnings; FIXME - Bug 2505
 
-use open OUT=>':utf8', ':std';
+use open OUT=>":encoding(UTF-8)", ':std';
 
 # standard or CPAN modules used
 use CGI qw(:standard);