Net::IPv6Addr is a Perl module that parses and verifies IPv6 addresses, in the notations suggested by RFC1884. Also creates those pesky IP6.INT. strings for reverse DNS (because they're painful to do by hand).
If Math::Base85 is installed, formats described in RFC1924 are also valid. It will generate "IP6.INT." strings (as described in RFC1886) if you are inclined to play with DNS records.
Requirements:
· Perl
Installation:
/path/to/perl Makefile.PL
make
make test
make install
What's New in This Release:
· Many patches from Jyrki Soini, fixing bugs and adding features!
Product's homepage