socketpair.t was written in 2001. At that time, Test::More got confused
authorNicholas Clark <nick@ccl4.org>
Tue, 9 Jan 2007 09:58:17 +0000 (09:58 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 9 Jan 2007 09:58:17 +0000 (09:58 +0000)
commit850d607338c285d0f6a7d66f1c4baf08de921004
tree346fb7f013796a40e11a43fed25213c3b34cd957
parent19908982fd40a3fcda3d18abed628060f59f2819
socketpair.t was written in 2001. At that time, Test::More got confused
if you forked under it. Test::More 0.47 added support to detect forking
which resolves this. Hence there is now no need to fork() in a BEGIN
block, which causes issues on Win32 due to how pseudofork works.

p4raw-id: //depot/perl@29729
ext/Socket/t/socketpair.t