Porters, With the release of 5.14.4 yesterday, I got a bunch of failures for my modules like this: http://www.cpantesters.org/cpan/report/c6e781ba-0c53-11e1-bf7c-891a07517fb7 Here’s that line: https://github.com/theory/text-markup/blob/master/t/base.t#L104 So it's expecting "fünky" under `use utf8`, which should be utf8, of course. The value returned is set up at line 84, in this block: https://github.com/theory/text-markup/blob/master/t/base.t#L79 Which should also be utf8. However, for some reason, one appears *not* to be utf8. FWIW, this test (and others like it in other of my modules) passes in 5.14 and other releases of Perl. Did something change in 5.14.4 to muck with utf8-ness? Thanks, DavidThread Next