Re: [perl #130473] IO::Socket::INET Accepts invalid family values.

2017-01-02 Thread Douglas Jenkins
PR for tests and update to spectest.data https://github.com/perl6/roast/pull/212 rakudo/rakudo#986 On Sun, Jan 1, 2017 at 6:53 PM, Zoffix Znet via RT < perl6-bugs-follo...@perl.org> wrote: > On Sat, 31 Dec 2016 19:20:05 -0800, dougljenk...@gmail.com wro

[perl #130473] IO::Socket::INET Accepts invalid family values.

2017-01-02 Thread via RT
# New Ticket Created by Douglas Jenkins # Please include the string: [perl #130473] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130473 > The constructor for IO::Socket::INET has a parameter ':family' to determine if the hos

[perl #130473] IO::Socket::INET Accepts invalid family values.

2017-01-01 Thread Zoffix Znet via RT
On Sat, 31 Dec 2016 19:20:05 -0800, dougljenk...@gmail.com wrote: > The constructor for IO::Socket::INET has a parameter ':family' to determine > if the host/localhost > value is defined using IPv4 (2) or IPv6 (3). > > However the constructor will accept any value and default to IPv4 (2) if > the