good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
Re^4: IPV6 Errors with IO::Socketby jZed (Prior) |
on Feb 02, 2017 at 22:51 UTC ( [id://1180893]=note: print w/replies, xml ) | Need Help?? |
OK, thanks old friend, your question prompted me to look at what calls what and here's the deal: XML::Feed calls LWP::UserAgent which, in the case of https searches, calls IO::Socket::SSL which calls IO::Socket::INET6 unless it's told not to or it can't find IO::Socket::INET6 in which case it uses IO::Socket:INET which is what I apparently want. So I need to figure out how I can tell it that from up before I call XML::Feed. So I tried removing IO::Socket::INET6 from @INC in a BEGIN block, but I still get the errors ... will report back as I find out more.
In Section
Seekers of Perl Wisdom
|
|