p5-Test-More-UTF8-0.05p0 – enhancing Test::More for UTF8-based projects
Description
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