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

3 POD Errors

The following errors were encountered while parsing the POD:

Around line 21:

Expected text after =item, not a bullet

Around line 24:

Expected text after =item, not a bullet

Around line 26:

Expected text after =item, not a bullet