--- AnyEvent/t/03_child.t 2008/04/22 05:12:19 1.8 +++ AnyEvent/t/03_child.t 2008/04/25 13:32:39 1.9 @@ -17,6 +17,8 @@ print "ok 1\n"; +AnyEvent::detect; # force-load event model + my $pid = fork; defined $pid or die "unable to fork";