I upgraded Perl to 5.6.1 last week. I then installed Bundle::libnet, using
CPAN. The test for libnet failed in config.t with this error:

not ok 4 # ... should return -1 without a valid hostname

looking at the code, it is a test of Socket::inet_aton(), which translates
an address to a 32-bit integer. It is supposed to return 'undef' when passed
a bad address; it does not.

Has anybody else experienced this, or is it specific to my installation?

Reply via email to