Skip Menu |

This queue is for tickets about the Net-DNS-DynDNS CPAN distribution.

Report information
The Basics
Id: 35096
Status: resolved
Priority: 0/
Queue: Net-DNS-DynDNS

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.95
Fixed in: (no value)



Subject: Test failure with libwww-perl-5.811
It seems that there's a change in libwww-perl-5.811 which causes a test failure in the Net-DNS-DynDNS testsuite. The test failure looks like following: PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/test.... # Failed test 'Assigned new IP address to 'test.dyndns.org' and 'test.homeip.net'' # in t/test.t at line 20. # Failed test 'Successfully detected that the wrong password has been used' # in t/test.t at line 26. Unknown error:500 500 read failed: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number # Looks like you planned 10 tests but only ran 9. # Looks like you failed 2 tests of 9 run. # Looks like your test died just after 9. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 4, 7, 10 Failed 3/10 tests, 70.00% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/test.t 255 65280 10 4 4 7 10 Failed 1/1 test scripts. 3/10 subtests failed. Files=1, Tests=10, 3 wallclock secs ( 0.20 cusr + 0.04 csys = 0.23 CPU) Failed 1/1 test programs. 3/10 subtests failed. With the same perl and the previous libwww-perl version everything works fine. Regards, Slaven
It seems that this was caused by a libww bug. See http://rt.cpan.org/Ticket/Display.html?id=35090 libwww-perl-5.812 solves the problem. Regards, Slaven