Skip Menu |

This queue is for tickets about the POE-Component-Child CPAN distribution.

Report information
The Basics
Id: 70701
Status: new
Priority: 0/
Queue: POE-Component-Child

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

Bug Information
Severity: Critical
Broken in: 1.39
Fixed in: (no value)



Subject: Test 4 fails
I have run make test on a freshly installed Ubuntu 11.04 system with perl 5.10.1. The tests hangs unless a writemap is added for test 4 (line 106 below): 104 if ($t4) { 105 $t4 = POE::Component::Child->new( 106 writemap => { quit => "bye" }, # Added line 107 events => \%t4, debug => $debug 108 ); 109 ok(defined $t4 && $t4->isa('POE::Component::Child'), "[4] init - pipe close"); 110 $t4->run($^X, $SRV); 111 } If the writemap is missing, then the test hangs.