mbp root # diff -rd lib/ /opt/local/lib/perl5/5.10.0/ | less | grep -v '^Only ' diff -rd lib/TAP/Formatter/Console.pm /opt/local/lib/perl5/5.10.0/TAP/Formatter/Console.pm 386a387,388 > use Encode; > @_ = map { decode_utf8($_) } @_; diff -rd lib/TAP/Parser/Iterator/Process.pm /opt/local/lib/perl5/5.10.0/TAP/Parser/Iterator/Process.pm 248a249 > $chunk = decode_utf8($chunk) if _get_unicode();