Show quoted text> I agree, this sounds like a bug that needs to be solved, rather than
> avoided. It is not a good thing that certain module combinations fail,
> so these problems need to be found and fixed.
This bug is not about IO::Socket::SSL failing with both modules installed,
but this test failing. The test explictly makes sure that IO::Socket::IP gets
not loaded to enforce testing with IO::Socket::INET6.
By default IO::Socket::IP gets used (if recent enough) instead of IO::Socket::INET6
but this test checks if it would work with IO::Socket::INET6 too.
So the question here is only why the test is failing. I doubt that it is due to
IO::Socket::IP loaded instead, but I don't really know until I have more information
about the issue instead of just "it fails".
Show quoted text> In particular, it is really important to have diagnostic information
> to find these, as there *have* been a few interoperability problems
> lately, but it's been very hard to diagnose them. I've been seeing
> some test failures in the libwww-perl and Net-* distributions that I
> haven't been able to pinpoint yet, so any reproduction case at all
> will be *very* helpful.
I'm willing to help with these issues, but I don't really think that this
bug here is related to them. But again, it is hard to know without having
more details.