Skip Menu |

This queue is for tickets about the IPC-RunExternal CPAN distribution.

Report information
The Basics
Id: 82708
Status: resolved
Worked: 1 hour (60 min)
Priority: 0/
Queue: IPC-RunExternal

People
Owner: MIKKOI [...] cpan.org
Requestors: CHORNY [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.03
Fixed in: 0.08



Subject: tests hang on Windows
Tests of your module hang on Windows. I can provide more verbose information if necessary. If your module cannot work on Windows at all, you can die in Makefile.PL/Build.PL. See http://wiki.cpantesters.org/wiki/CPANAuthorNotes for how to do this. Win32::Job can be used on Windows to run external processes. -- Alexandr Ciornii, http://chorny.net
Makefile.PL modified to assert that OS is of Unix family. -- Mikko Koivunalho On Tue Jan 15 05:43:47 2013, CHORNY wrote: Show quoted text
> Tests of your module hang on Windows. > I can provide more verbose information if necessary. If your module > cannot work on Windows at all, you can die in Makefile.PL/Build.PL. See > http://wiki.cpantesters.org/wiki/CPANAuthorNotes for how to do this. > > Win32::Job can be used on Windows to run external processes. >