Skip Menu |

This queue is for tickets about the SOAP-Lite CPAN distribution.

Report information
The Basics
Id: 14580
Status: rejected
Priority: 0/
Queue: SOAP-Lite

People
Owner: Nobody in particular
Requestors: infotbs [...] yahoo.ca
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.65_6
Fixed in: (no value)



Subject: make test fails with Perl version 5.00503
Perl version 5.00503 does not support the following line in lib/SOAP/Transport/HTTP.pm: no warnings "redefine"; I've had to comment it out in order for the tests to succeed. Here is the output from make test: Running make test PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib -I/usr/local/lib/perl5/5.00503/i386-sco -I/usr/local/lib/perl5/5.00503 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/01-core.t t/02-payload.t t/03-server.t t/04-attach.t t/05-customxml.t t/06-modules.t t/07-xmlrpc_payload.t t/08-schema.t t/01-core..............ok t/02-payload...........ok 113/125Can't locate warnings.pm in @INC (@INC contains: blib/arch blib/lib /usr/local/lib/perl5/5.00503/i386-sco /usr/local/lib/perl5/5.00503/i386-sco /usr/local/lib/perl5/5.00503/i386-sco /usr/local/lib/perl5/5.00503 /usr/local/lib/perl5/5.00503/i386-sco /usr/local/lib/perl5/5.00503/i386-sco /usr/local/lib/perl5/5.00503 /usr/local/lib/perl5/site_perl/5.005/i386-sco /usr/local/lib/perl5/site_perl/5.005/i386-sco /usr/local/lib/perl5/site_perl/5.005 . /usr/local/lib/perl5/5.00503/i386-sco /usr/local/lib/perl5/5.00503 /usr/local/lib/perl5/site_perl/5.005/i386-sco /usr/local/lib/perl5/site_perl/5.005 .) at blib/lib/SOAP/Transport/HTTP.pm line 39. BEGIN failed--compilation aborted at blib/lib/SOAP/Transport/HTTP.pm line 39. ...propagated at blib/lib/SOAP/Lite.pm line 513. t/02-payload...........dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 114-125 Failed 12/125 tests, 90.40% okay t/03-server............ok t/04-attach............skipped all skipped: Could not find MIME::Parser - is MIME::Tools installed? Aborting. t/05-customxml.........ok t/06-modules...........ok t/07-xmlrpc_payload....ok t/08-schema............ok Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/02-payload.t 2 512 125 12 9.60% 114-125 1 test skipped. Failed 1/8 test scripts, 87.50% okay. 12/301 subtests failed, 96.01% okay. *** Error code 11 (bu21) /bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force
Hi, actually, SOAP::Lite requires at least 5.005004. If you get it to work under 5.005003 without breaking things, I'd happily include a patch - but I dont have a perl that old around, so I will take no steps to add support for it. Thanks for the hint though, Martin