##
Wide character in print at /.../Test2/Formatter/TAP.pm line 156.
####
$ perl -E 'use Test::More; say $Test::More::VERSION;'
1.302195
$ perl -E 'use Test2::Formatter::TAP; say $Test2::Formatter::TAP::VERSION;'
1.302195
####
print $io $ok;
####
use open OUT => qw{:encoding(UTF-8) :std};