Info for: devel/p5-Test-More-UTF8
Package Name | Details | Comment | Description |
---|---|---|---|
p5-Test-More-UTF8-0.05p0 | 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 |