in reply to Re^3: IPC::Open3 failure on Win32
in thread IPC::Open3 failure on Win32

You are a god and I worship you. I'll see what I can do to make this happen. I owe you beer (or your libation of choice).

One thing which is curious is that the other tests seem to run fine with passing the open3 a string for the command (at least, no one else has reported problems with any of the other tests failing on Windows).

I'll see what I can do to get started on this.

Cheers,
Ovid

New address of my CGI Course.

Replies are listed 'Best First'.
Re^5: IPC::Open3 failure on Win32
by Corion (Patriarch) on Jan 09, 2007 at 20:12 UTC

    From my cursory testing (by replacing open3 with die), it seems that only t/010-regression.t ever calls open3, so it's not really surprising that the other tests succeed.

      D'oh! I wrote those tests. I should have remember that :)

      Cheers,
      Ovid

      New address of my CGI Course.