- New upstream release 4.052
- In InetBase.pm v0.03:
- Socket6 prior to version 0.23 does not have AF_INET6 in the EXPORT_OK
array; modify InetBase.pm to work around this
- Remove reference to Config{osname}
- In Lite.pm v1.35:
- Add support for Math::BigInt to NetAddr::IP::Lite
- Use Math::BigInt::Calc for creating BigInt values and fall back to
NetAddr::IP::Calc if Math::BigInt is not present (fixes CPAN RT#71869)
- BR: perl(Data::Dumper) and perl(Math::BigInt)
- Add runtime dependency on perl(Math::BigInt) for performance and consistency
- Update UTF-8 patch to apply cleanly