Skip Menu |

This queue is for tickets about the POE CPAN distribution.

Report information
The Basics
Id: 50071
Status: resolved
Priority: 0/
Queue: POE

People
Owner: Nobody in particular
Requestors: acferen [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.269
Fixed in: (no value)



Subject: rt1648-tied-stderr works for me (win32)
I have no idea when this test started working on Win32, but the perl version in the original ticket is 5.6 and the POE version with the fix is .31. Attached is a patch to let the test run on Win32.
Subject: rt1648-tied-stderr.patch
Index: poe/t/90_regression/rt1648-tied-stderr.t =================================================================== --- poe/t/90_regression/rt1648-tied-stderr.t (revision 2700) +++ poe/t/90_regression/rt1648-tied-stderr.t (working copy) @@ -18,9 +18,6 @@ if ($@) { $error = "Win32::Console is required on $^O - try ActivePerl"; } - else { - $error = "$^O does not support fork/exec properly"; - } } if ($error) { print "1..0 # Skip $error\n";
Thank you for the patch! I've committed a modified version of it as revision 2706. My change leaves the test disabled for Perl versions older than 5.10.0, and it encourages the user to upgrade. :)