--- cvsroot/EV/EV.pm 2007/12/09 02:14:23 1.67 +++ cvsroot/EV/EV.pm 2007/12/17 07:24:12 1.71 @@ -70,7 +70,7 @@ use strict; BEGIN { - our $VERSION = '1.72'; + 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 @@ -840,7 +844,7 @@ }; default_loop - or die 'EV: cannot initialise libev backend. bad $ENV{LIBEV_METHODS}?'; + or die 'EV: cannot initialise libev backend. bad $ENV{LIBEV_FLAGS}?'; 1;