--- cvsroot/EV/EV.pm 2007/11/16 05:04:36 1.40 +++ cvsroot/EV/EV.pm 2007/11/21 05:09:38 1.43 @@ -59,7 +59,7 @@ use strict; BEGIN { - our $VERSION = '0.9'; + our $VERSION = '1.1'; use XSLoader; XSLoader::load "EV", $VERSION; } @@ -95,7 +95,7 @@ is the time that (relative) timers are based on, and refering to it is usually faster then calling EV::time. -=item $method = EV::ev_method +=item $method = EV::method Returns an integer describing the backend used by libev (EV::METHOD_SELECT or EV::METHOD_EPOLL).