Norton T. Allen [Thu, 12 Jul 2001 11:30:51 +0000 (07:30 -0400)]
Message-Id: <
200107121530.LAA12631@bottesini.harvard.edu>
p4raw-id: //depot/perl@11316
eval {IO::Socket::pack_sockaddr_un('/tmp/foo') || 1}
or $@ !~ /not implemented/ or
$reason = 'compiled without TCP/IP stack v4';
- } elsif ($^O eq 'qnx') {
+ } elsif ($^O =~ m/^(?:qnx|nto)$/ ) {
$reason = 'Not implemented';
}
undef $reason if $^O eq 'VMS' and $Config{d_socket};