enhancing Test::More for UTF8-based projects
use Test::More;
use Test::More::UTF8;

# now we can easily use flagged strings without warnings like "Wide character
in print ..."
is("\x{410}","\x{420}"); # got a failure message without warnings

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

WWW: https://metacpan.org/release/Test-More-UTF8
