Bug 21395: Make perlcritic happy
[srvgit] / misc / link_bibs_to_authorities.pl
index 1fd75a5..9044292 100755 (executable)
@@ -47,7 +47,7 @@ my $result = GetOptions(
     'h|help'         => \$want_help
 );
 
-binmode( STDOUT, ":utf8" );
+binmode( STDOUT, ":encoding(UTF-8)" );
 
 if ( not $result or $want_help ) {
     usage();