The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

VERSION HISTORY

V0.51
Fixed to_hash() that the change to iterative tree walking had broken. Same bug as in IPv4 version.
Changed address parsing from getaddrinfo() to the simpler inet_pton(). This should also fix the problems on some systems (mostly BSDs and Solaris) where passing a zero port number caused the call to fail.
V0.5
Attention: Breaking Change! dump is called more sensibly to_hash now.
Replaced the recursive implementations of lookup() and walk() with iterative ones for about a 30% speed increase.
Fixed lookup_vec()
Moved version history to its own POD file
v0.41 Fixed prerequisite list
v0.4 First CPAN release