Skip Menu |

This queue is for tickets about the IO-Socket-Socks-Wrapper CPAN distribution.

Report information
The Basics
Id: 93177
Status: resolved
Priority: 0/
Queue: IO-Socket-Socks-Wrapper

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

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



Subject: Fails with HTTP::Tiny 0.042
As per subject. Sample fail report: http://www.cpantesters.org/cpan/report/ad3617b2-994c-11e3-81fa-aec25d7e0655 HTH && Thanks, (Disclaimer: this was discovered by statistical analysis, I'm not speaking as a user)
On Wed Feb 19 21:22:32 2014, ANDK wrote: Show quoted text
> As per subject. Sample fail report: > > http://www.cpantesters.org/cpan/report/ad3617b2-994c-11e3-81fa- > aec25d7e0655 > > HTH && Thanks, > > (Disclaimer: this was discovered by statistical analysis, I'm not > speaking as a user)
This is because HTTP::Tiny starts to use IO::Socket::IP if available. In 0.11_1 I added $ENV{PERL_HTTP_TINY_IPV4_ONLY} = 1; in the tests to disable this behaviour