Subject: | Tests assume that Win32::Console is installed on Windows |
Two tests...
30_loops\10_select\wheel_run.t
90_regression\broeren-win32-nbio.t
... assume that Win32::Console is always installed on Windows.
This is not the case, causing the tests to fail and POE to fail to
install on Win32 (other than ActiveState).
We need to either
1) Make Win32::Console a dependency on Win32 only
2) Check for Win32::Console and skip those tests if not available
Either would be fine.