--- cvsroot/EV/EV.pm 2007/11/10 05:31:48 1.35 +++ cvsroot/EV/EV.pm 2007/11/12 07:58:52 1.37 @@ -59,7 +59,7 @@ use strict; BEGIN { - our $VERSION = '0.7'; + our $VERSION = '0.8'; use XSLoader; XSLoader::load "EV", $VERSION; } @@ -338,10 +338,10 @@ =item * manual reschedule mode ($reschedule_cb = coderef) -In this mode $interval and $at are both being ignored. Instead, each time -the periodic watcher gets scheduled, the first callback ($reschedule_cb) -will be called with the watcher as first, and the current time as second -argument. +In this mode $interval and $at are both being ignored. Instead, each +time the periodic watcher gets scheduled, the reschedule callback +($reschedule_cb) will be called with the watcher as first, and the current +time as second argument. I. If you need to stop it, return 1e30 and stop it