--- cvsroot/EV/EV.pm 2007/11/08 02:19:36 1.30 +++ cvsroot/EV/EV.pm 2007/11/09 19:33:51 1.33 @@ -64,7 +64,7 @@ use strict; BEGIN { - our $VERSION = '0.51'; + our $VERSION = '0.6'; use XSLoader; XSLoader::load "EV", $VERSION; } @@ -348,7 +348,9 @@ will be called with the watcher as first, and the current time as second argument. -I +I. If you need to stop it, return 1e30 and stop it +afterwards. It must return the next time to trigger, based on the passed time value (that is, the lowest time value larger than to the second argument). It @@ -543,8 +545,6 @@ default_loop or die 'EV: cannot initialise libev backend. bad $ENV{LIBEV_METHODS}?'; -push @AnyEvent::REGISTRY, [EV => "EV::AnyEvent"]; - 1; =head1 SEE ALSO