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";