Re: [perl #128289] localhost in IO::Socket::INET

2016-05-30 Thread Marcel Timmerman
Hi, Yes you can close it. Thanks, Marcel On May 29, 2016 10:32:16 PM "Sam S. via RT" wrote: Does this mean that the current IO::Socket::INET bahavior is fine and the ticket can be closed?

Re: [perl #128289] localhost in IO::Socket::INET

2016-05-29 Thread mt1957
On 05/29/2016 07:47 PM, Brandon Allbery via RT wrote: getent hosts > getent hosts on faulty system 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 127.0.0.1 localhost localhost.localdomain localhost6 localhost6.localdomain6 On ok system. It differs

Re: [perl #128289] localhost in IO::Socket::INET

2016-05-29 Thread Brandon Allbery
On Sun, May 29, 2016 at 1:43 PM, mt1957 wrote: > * On both systems localhost translates to 127.0.0.1 (checked with dig) Note that dig only tells you what DNS returns, not what a query through NSS returns; use "getent hosts" for that. In particular, it will not

[perl #128289] localhost in IO::Socket::INET

2016-05-29 Thread via RT
# New Ticket Created by mt1957 # Please include the string: [perl #128289] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128289 > Hi, A subtle problem. Golfed down to; my IO::Socket::INET $sock; $sock .= new( :host,