Subject: | utf-8 related (?) failure with perl 5.25.6 and later |
With bleadperl I see the following failure:
...
PERL_DL_NONLAZY=1 "/bbbike/perl-5.25.9/bin/perl5.25.9" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Prototype mismatch: sub NonDefaultApp::pass: none vs (;$) at /opt/perl-5.25.9/lib/site_perl/5.25.9/Exporter.pm line 66.
at t/Dancer2-Serializer-XML.t line 76.
[UTF8App:8276] core @2017-02-18 12:08:37> Failed to deserialize content: Wide character at /opt/perl-5.25.9/lib/site_perl/5.25.9/x86_64-linux/Encode.pm line 212.
XML::Simple called at /tmpfs/.cpan-build-cpansand/2017021812/Dancer2-Serializer-XML-0.03-4/blib/lib/Dancer2/Serializer/XML.pm line 62. in /opt/perl-5.25.9/lib/site_perl/5.25.9/Dancer2/Core/Request.pm l. 205
# Failed test 'utf-8 string returns the same using the serializer'
# at t/Dancer2-Serializer-XML.t line 59.
Wide character in print at /opt/perl-5.25.9/lib/site_perl/5.25.9/Test2/Formatter/TAP.pm line 105.
# 'Internal Server Error
#
# Bad Content-Length: maybe client disconnect? (63 bytes remaining) at /opt/perl-5.25.9/lib/site_perl/5.25.9/Plack/Request.pm line 260.
# '
# doesn't match '(?^u:\â®\ E\â
da\ \=\ Q\,\ \ n\ \â\ \â\,\ \â\ f\(i\)\ \=\ \â\ g\(i\))'
# Looks like you failed 1 test of 5.
t/Dancer2-Serializer-XML.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/5 subtests
...