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 Match
> object instead of a Str.


Fixed in 
https://github.com/rakudo/rakudo/commit/c1e0d8fbef03bfeed19818ac6a0484e572cbf77f

Marking TESTNEEDED.

Reply via email to