Test-More-UTF8-0.05

enhancing Test::More for UTF8-based projects

Index | devel

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