Net::IPv6Addr provides functions for parsing IPv6 addresses in all formats described by RFC1884 and RFC1924. It will generate "IP6.INT." strings (as described in RFC1886) if you are inclined to play with DNS records.
Net::IPv6Addr provides functions for parsing IPv6 addresses in all formats described by RFC1884 and RFC1924. It will generate "IP6.INT." strings (as described in RFC1886) if you are inclined to play with DNS records.
To install p5.32-net-ipv6addr, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.32-net-ipv6addr
To see what files were installed by p5.32-net-ipv6addr, run:
port contents p5.32-net-ipv6addr
To later upgrade p5.32-net-ipv6addr, run:
sudo port selfupdate && sudo port upgrade p5.32-net-ipv6addr
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.