From: H.Merijn Brand Date: Sun, 13 Jan 2002 10:18:46 +0000 (+0100) Subject: Re: HiRes X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a6e733f3c44a473129b266b17c96841ab0ec3cd2;p=p5sagit%2Fp5-mst-13.2.git Re: HiRes Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl> Give up on socketpair in HP-UX. p4raw-id: //depot/perl@14234 --- diff --git a/ext/Socket/socketpair.t b/ext/Socket/socketpair.t index e90b31a..639606a 100644 --- a/ext/Socket/socketpair.t +++ b/ext/Socket/socketpair.t @@ -9,7 +9,7 @@ BEGIN { require Config; import Config; $can_fork = $Config{d_fork} || ($^O eq 'MSWin32' && $Config{useithreads}); - if ($Config{'extensions'} !~ /\bSocket\b/ && + if ($^O eq "hpux" or $Config{'extensions'} !~ /\bSocket\b/ && !(($^O eq 'VMS') && $Config{d_socket})) { print "1..0\n"; exit 0;