Hello,
I'm trying to install SOAP::Lite 0.714 via CPAN on Centos 5.6 (perl 5.8.8). Old, I know, but I'm trying to stick with the stock CentOS packages as much as possible.
The error is as follows:
t/SOAP/Transport/HTTP/CGI....................Subroutine XML::Parser::Lite::_parse_re redefined at /
+root/.cpan/build/SOAP-Lite-0.714/blib/lib/XML/Parser/Lite.pm line 144.
Subroutine XML::Parser::Lite::_parse_re redefined at /root/.cpan/build/SOAP-Lite-0.714/blib/lib/XML
+/Parser/Lite.pm line 144.
# Failed test 'return utf8 string'
# at t/SOAP/Transport/HTTP/CGI.t line 57.
t/SOAP/Transport/HTTP/CGI....................NOK 1
# Failed test 'utf8 content: AAberall'
# at t/SOAP/Transport/HTTP/CGI.t line 59.
# got: 'AAberall'
# expected: 'Aberall'
t/SOAP/Transport/HTTP/CGI....................NOK 2# Looks like you failed 2 tests of 2.
t/SOAP/Transport/HTTP/CGI....................dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-2
Failed 2/2 tests, 0.00% okay
note: I've used 'A' characters in 'AAberall' and 'Aberall' so this post would be processed. The originals were A-tilde, A-circumflex; and A-tilde respectively.
I see there is already a closed bug regarding this test and perl 5.6.x (#41348) but I'm not sure it applies here. I'd appreciate any suggestions. Thanks! |