to use the new fake one.
p4raw-id: //depot/perl@13461
if (!eval "require Socket") {
print "1..0 # no Socket\n"; exit 0;
}
+ undef *{Socket::inet_aton};
+ undef *{Socket::inet_ntoa};
if (ord('A') == 193 && !eval "require Convert::EBCDIC") {
print "1..0 # EBCDIC but no Convert::EBCDIC\n"; exit 0;
}