I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2011-08-30 08:27:43.580945-07 by keb
failed test error in install (CGI.t, UTF-8 problem)
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!

Direct Responses: Write a response