p4raw-id: //depot/perl@13645
print "1..0 # Skip: Sys::Syslog was not built\n";
exit 0;
}
-
- require Socket;
+ if ($Config{'extensions'} !~ /\bSocket\b/) {
+ print "1..0 # Skip: Socket was not built\n";
+ exit 0;
+ }
# This code inspired by Sys::Syslog::connect():
require Sys::Hostname;