Skip Menu |

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

Report information
The Basics
Id: 20337
Status: resolved
Priority: 0/
Queue: SOAP-Lite

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

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



For version 0.68, # make test TEST_VERBOSE=1 All passed except for these two: # Failed test 15 in t/06-modules.t at line 24 fail #14 # t/06-modules.t line 24 is: $@ =~ /(Can\'t locate)|(XML::Parser::Lite requires)|(this is only version)|(load mod_perl)/ # Failed test 19 in t/06-modules.t at line 24 fail #16 Undefined subroutine &Apache::Constants::OK called at /root/.cpan/build/SOAP-Lite-0.68/blib/lib/SOAP/Transport/HTTP.pm line 565. Compilation failed in require at (eval 110) line 3. not ok 15 ... ok 18 # skip Can't locate Net/Jabber.pm in @INC (@INC contains: /root/.cpan/build/SOAP-Lite-0.68/blib/lib /root/.cpan/build/SOAP-Lite-0.68/blib/arch /usr/local/bricolage/lib /etc/perl /usr/local/lib/perl/5.8.7 /usr/local/share/perl/5.8.7 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl . /etc/perl /usr/local/lib/perl/5.8.7 /usr/local/share/perl/5.8.7 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at /root/.cpan/build/SOAP-Lite-0.68/blib/lib/SOAP/Transport/JABBER.pm line 18. BEGIN failed--compilation aborted at /root/.cpan/build/SOAP-Lite-0.68/blib/lib/SOAP/Transport/JABBER.pm line 18. Compilation failed in require at (eval 116) line 3. Undefined subroutine &Apache::Constants::OK called at /root/.cpan/build/SOAP-Lite-0.68/blib/lib/SOAP/Transport/HTTP.pm line 565. Compilation failed in require at (eval 117) line 3. not ok 19 FAILED tests 15, 19 Failed 2/19 tests, 89.47% okay (less 3 skipped tests: 14 okay, 73.68%)
Hi, this is due to an error with mod_perl usage. mod_perl errors have been reported several times and should be fixed as of 0.71. Thanks, Martin