Bugzilla – Bug 17754
Please use Net::IPv4Addr instead of Network::IPv4Addr
Last modified: 2011-11-10 16:25:29 UTC
Hi! Network::IPv4Addr is an obsolete module in CPAN. The same module is also known as Net::IPv4Addr with more later release available (although the latest is still very old). No code changes necessary besides replacing all occurrences of Network::IPv4Addr with Net::IPv4Addr as the API is the same. Alternatively, you might want to take a look at Net::CIDR if this more modern module would suite your needs as it looks like Network::IPv4Addr is used for CIDR handling of addresses. It should provide the same functionality.
Forgot to mention that the affected file is Slim/Plugin/UPnP/Discovery.pm.