Re: [perl #130474] IO::Socket::INET - Fails to parse host:port for IPv6 addresses

2017-01-02 Thread Douglas Jenkins
https://github.com/perl6/roast/pull/211 Added test On Sun, Jan 1, 2017 at 6:54 PM, Zoffix Znet via RT < perl6-bugs-follo...@perl.org> wrote: > On Sat, 31 Dec 2016 19:21:51 -0800, dougljenk...@gmail.com wrote: > > The IO::Socket::INET has code to split the port from the host name when > > passed

[perl #130474] IO::Socket::INET - Fails to parse host:port for IPv6 addresses

2017-01-02 Thread via RT
# New Ticket Created by Douglas Jenkins # Please include the string: [perl #130474] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130474 > The IO::Socket::INET has code to split the port from the host name when passed like th

[perl #130474] IO::Socket::INET - Fails to parse host:port for IPv6 addresses

2017-01-02 Thread Zoffix Znet via RT
On Sat, 31 Dec 2016 19:21:51 -0800, dougljenk...@gmail.com wrote: > The IO::Socket::INET has code to split the port from the host name when > passed like this: > 127.0.0.1:3000 > > But when using IPv6 addresses > [::1]:3000 > > The code fails because the function to split IPv6 addresses returns a

[perl #130474] IO::Socket::INET - Fails to parse host:port for IPv6 addresses

2017-01-01 Thread Zoffix Znet via RT
On Sat, 31 Dec 2016 19:21:51 -0800, dougljenk...@gmail.com wrote: > The IO::Socket::INET has code to split the port from the host name when > passed like this: > 127.0.0.1:3000 > > But when using IPv6 addresses > [::1]:3000 > > The code fails because the function to split IPv6 addresses returns a