Skip Menu |

This queue is for tickets about the Config-Identity CPAN distribution.

Report information
The Basics
Id: 78723
Status: resolved
Priority: 0/
Queue: Config-Identity

People
Owner: Nobody in particular
Requestors: BBYRD [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: 0.0017



Subject: open3 hangs in Win32
Win32's select doesn't work on filehandles (since Perl just uses tcpip's select). So, any open3 call on Win32 will hang. You should use IPC::Cmd instead, which works around the issue.
0.0017 switched from IPC::Open3 to IPC::Run