Skip Menu |

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

Report information
The Basics
Id: 78495
Status: resolved
Priority: 0/
Queue: SOAP-Transport-TCP

People
Owner: Nobody in particular
Requestors: chisel [...] chizography.net
Cc:
AdminCc:

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



Subject: IO::SessionData missing
It looks like some of SOAP::Lite was factored out into this module in 0.715. Sadly there is still a dependency on IO::SessionData which does not exist in either distro, nor is it on CPAN as a standalone module. [5085][c.wright@xtdc1-chz:SOAP-Transport-TCP-0.715][CPAN-updates]➔ grep -r SessionData . lib/SOAP/Transport/TCP.pm 20:use IO::SessionData; 83: } elsif (!IO::SessionData::WOULDBLOCK($!)) { 105: } elsif (!IO::SessionData::WOULDBLOCK($!)) { [5086][c.wright@xtdc1-chz:SOAP-Transport-TCP-0.715][CPAN-updates]➔
On Fri Jul 20 12:21:50 2012, CHISEL wrote: Show quoted text
> It looks like some of SOAP::Lite was factored out into this module in > 0.715. > > Sadly there is still a dependency on IO::SessionData which does not > exist in either distro, nor is > it on CPAN as a standalone module.
I just ran into this myself -- I wrapped up IO::Session* from SOAP-Lite- 0.714 into an installable tarball to handle it. I'm not going to push it to the CPAN, but it's out there if you want to use it in a DPAN or whatnot. I've found it necessary to have this installed for SOAP::Lite tests to pass with SOAP::Transport::TCP installed. https://github.com/RsrchBoy/io-sessiondata/tree/tarballs
Resolved in 0.716 enroute to CPAN.