On Tue May 14 09:45:58 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.
>
Thank you, I am aware of the problem.
I will issue VER 0.003 with changes you suggested.
I will implement functionality of this module for windows but with different name
something like
Parallel::DataPipe::IPCTmp
where IPC (interprocess communication) will be implemented using temporary files.
That approach should work everywhere although it is not so elegant as using pipes mechanizm.
Thank you for you job!