Win32 doesn't set $Config{d_fork} when its pseudofork emulation is
authorSteve Hay <SteveHay@planit.com>
Mon, 7 Jan 2008 12:17:51 +0000 (12:17 +0000)
committerSteve Hay <SteveHay@planit.com>
Mon, 7 Jan 2008 12:17:51 +0000 (12:17 +0000)
commit5e895007ab03f09eac671ddef26faa6c584ba8b7
treec84638fcca4bbf21f5b152972f6b87c6fa0b2f32
parentf5df47822a9b069b4d7a24dd025c8f27786c45fa
Win32 doesn't set $Config{d_fork} when its pseudofork emulation is
present, and checking for $Config{d_pseudofork} is no good for dual-
lived modules that must work with older perls, so do a more elaborate
test (as per existing Test-Simple and IO test scripts).

p4raw-id: //depot/perl@32889
lib/File/Temp/t/fork.t