--- EV/t/00_load.t 2009/04/25 14:12:49 1.12 +++ EV/t/00_load.t 2010/10/21 15:13:42 1.13 @@ -10,7 +10,7 @@ my $w = EV::idle sub { print "not ok 3\n"; $_[0]->stop }; $w->feed_event (EV::CUSTOM); $w->stop; -EV::loop; +EV::run; print "ok 3\n"; my $w = EV::idle sub { print "ok 4\n"; $_[0]->stop };