Skip Menu |

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

Report information
The Basics
Id: 104654
Status: open
Priority: 0/
Queue: IPC-Run3

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

Bug Information
Severity: (no value)
Broken in: 0.048
Fixed in: (no value)



Subject: fork is working on Cygwin
fork has been working on Cygwin for a long time now. Please enable the test (patch attached) or replace by a versioned test if you still want to support ancient Cygwin versions.
Subject: perl-IPC-Run3.src.patch
--- origsrc/IPC-Run3-0.048/t/fork.t 2009-01-15 16:28:27.000000000 +0100 +++ src/IPC-Run3-0.048/t/fork.t 2015-05-23 22:05:02.490425500 +0200 @@ -2,7 +2,7 @@ use Test::More; plan skip_all => "Test::More 0.31 required for no_ending()" if $Test::More::VERSION <= 0.31; -plan skip_all => "tests fail on Win32 and Cygwin" if $^O =~ /^(MSWin32|cygwin)$/; +plan skip_all => "tests fail on Win32" if $^O =~ /^(MSWin32)$/; # actually passes on Cygwin now plan tests => 5; use IPC::Run3;
On Sun May 24 06:09:29 2015, https://me.yahoo.com/howdidwegetherereally#f714d wrote: Show quoted text
> fork has been working on Cygwin for a long time now. Please enable > the test (patch attached) or replace by a versioned test if you still > want to support ancient Cygwin versions.
I can confirm that the test passes with this patch in my cygwin environment. Also confirmed that it works with outstanding patches for rt95308 and rt52317.