ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/t/63_eventlib_03_child.t
(Generate patch)

Comparing AnyEvent/t/63_eventlib_03_child.t (file contents):
Revision 1.7 by root, Mon Jul 20 22:39:57 2009 UTC vs.
Revision 1.8 by root, Sun Dec 5 11:41:46 2010 UTC

62 $cv2->broadcast; 62 $cv2->broadcast;
63 }); 63 });
64 64
65 my $error = AnyEvent->timer (after => 5, cb => sub { 65 my $error = AnyEvent->timer (after => 5, cb => sub {
66 print <<EOF; 66 print <<EOF;
67Bail out! No child exit detected. This is either a bug in AnyEvent or a bug in your Perl (mostly some windows distributions suffer from that): child watchers might not work properly on this platform. You can force installation of this module if you do not rely on child watchers, or you could upgrade to a working version of Perl for your platform.\n"; 67No child exit detected. This is either a bug in AnyEvent or a bug in your Perl (mostly some windows distributions suffer from that): child watchers might not work properly on this platform. You can force installation of this module if you do not rely on child watchers, or you could upgrade to a working version of Perl for your platform.\n";
68EOF 68EOF
69 exit 0; 69 exit 1;
70 }); 70 });
71 71
72 $cv2->wait; 72 $cv2->wait;
73 73
74 print "ok ${it}7\n"; 74 print "ok ${it}7\n";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines