# New Ticket Created by Douglas Jenkins # Please include the string: [perl #130474] # in the subject line of all future correspondence about this issue. # <URL: 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 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.
