Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: imacat [...] mail.imacat.idv.tw
Cc:
AdminCc:

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



Subject: Version Unparsable by ExtUtils::MakeMaker
Dear Martin Kutter, Hi. This is imacat from Taiwan. I found that the version number of XMLRPC::Transport::HTTP and SOAP::Transport::TCP in your SOAP-Lite-0.71.02 is unparsable with ExtUtils::MakeMaker. imacat@rinse tmp/SOAP-Lite-0.71.02 % perl -MExtUtils::MakeMaker -le 'print MM->parse_version(shift)' lib/XMLRPC/Transport/HTTP.pm undef imacat@rinse tmp/SOAP-Lite-0.71.02 % perl -MExtUtils::MakeMaker -le 'print MM->parse_version(shift)' lib/SOAP/Transport/TCP.pm undef imacat@rinse tmp/SOAP-Lite-0.71.02 % The consequence is that, for other modules that require XMLRPC::Transport::HTTP or SOAP::Transport::TCP, such as VELTZER/Meta-0.03.tar.gz, the required XMLRPC::Transport::HTTP 0.52 and SOAP::Transport::TCP 0.52 are never found. Users installing these modules with the CPAN or CPANPLUS shell will fail installing their prerequisite XMLRPC::Transport::HTTP 0.52 and SOAP::Transport::TCP 0.52. I suppose you should have some time to look into this issue. Hope that this helps. Please tell me if you need any more information, or if I could be of any help. Thank you.
Hi imacat, fixed in 0.71.03. Thanks for reporting, Martin