Subject: | Win32 vs. AnyEvent: An Installation Tale |
Without the cpan shell's notest pragma, AnyEvent's installation stalls
indefinitely while waiting for the third 'ok' in both /t/02_signals.t
and /t/03_child.t.
Signals are unsupported by the Win32 API and are merely emulated in
Win32 perl, so a kill('CHLD', 0) call never truly produces a signal to
catch on Windows.