CC: | ANDK [...] cpan.org |
Subject: | Test failure with perl 5.21.7 |
There's a test failure with perl 5.21.7. Same test works fine with 5.21.6, so it's either a regression in perl itself, or an intentional change.
PERL_DL_NONLAZY=1 "/usr/perl5.21.7/bin/perl5.21.7" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Use of the encoding pragma is deprecated at t/CGI-Deurl-XS.t line 64.
# Failed test 'escape_u'
# at t/CGI-Deurl-XS.t line 65.
Wide character in print at /usr/perl5.21.7/lib/5.21.7/Test/Stream.pm line 573.
# got: 'baráÂÂ'
# expected: 'bará'
# Looks like you failed 1 test of 25.
t/CGI-Deurl-XS.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/25 subtests