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.5 by root, Fri Nov 16 05:08:18 2007 UTC vs.
Revision 1.6 by root, Sun Nov 25 13:53:04 2007 UTC

9my $pid = fork; 9my $pid = fork;
10 10
11defined $pid or die "unable to fork"; 11defined $pid or die "unable to fork";
12 12
13# work around Tk bug until it has been fixed. 13# work around Tk bug until it has been fixed.
14my $timer = AnyEvent->timer (after => 2, cb => sub { }); 14#my $timer = AnyEvent->timer (after => 2, cb => sub { });
15 15
16my $cv = AnyEvent->condvar; 16my $cv = AnyEvent->condvar;
17 17
18unless ($pid) { 18unless ($pid) {
19 print "ok 2\n"; 19 print "ok 2\n";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines