Changes for version 0.09

  • Remove Tie::Hash::Sorted dependency. It was not strictly necessary that the hash always be sorted, and it's more in line with how Net::IP works for it to only sort when NI_ip_iptype is called.
  • Fix NI_ip_is_ipv4 and NI_ip_is_ipv6 problems (both were writing past the end of an array in some cases).
  • Add 128-bit integer tests.

Modules

XS implementation of Net::IP