https://github.com/perl6/roast/pull/211
Added test On Sun, Jan 1, 2017 at 6:54 PM, Zoffix Znet via RT < [email protected]> wrote: > On Sat, 31 Dec 2016 19:21:51 -0800, [email protected] 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 > Match > > object instead of a Str. > > > Fixed in https://github.com/rakudo/rakudo/commit/ > c1e0d8fbef03bfeed19818ac6a0484e572cbf77f > > Marking TESTNEEDED. >
