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

Comparing AnyEvent/t/03_child.t (file contents):
Revision 1.11 by root, Wed May 13 15:19:43 2009 UTC vs.
Revision 1.12 by root, Thu Jul 9 01:08:22 2009 UTC

65Bail 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"; 65Bail 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";
66EOF 66EOF
67 exit 0; 67 exit 0;
68}); 68});
69 69
70my $inter = AnyEvent->timer (after => 4, cb => sub {
71 print "not ok 5 # inter\n";#d# temporary
72 print "not ok 6 # inter\n";#d# temporary
73 $cv2->send;
74});
75
70$cv2->wait; 76$cv2->wait;
71 77
72print "ok 7\n"; 78print "ok 7\n";
73 79
74 80

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines