--- EV/EV.pm 2007/12/14 19:33:32 1.70 +++ EV/EV.pm 2007/12/17 07:24:12 1.71 @@ -70,7 +70,7 @@ use strict; BEGIN { - our $VERSION = '1.85'; + our $VERSION = '1.86'; use XSLoader; XSLoader::load "EV", $VERSION; } @@ -496,6 +496,10 @@ Simply stops and starts the watcher again. +=item $time = $w->at + +Return the time that the watcher is expected to trigger next. + =back