--- cvsroot/EV/EV.pm 2009/07/19 20:39:54 1.122 +++ cvsroot/EV/EV.pm 2009/12/31 06:59:47 1.125 @@ -81,7 +81,7 @@ use common::sense; BEGIN { - our $VERSION = '3.7001'; + our $VERSION = '3.9'; use XSLoader; XSLoader::load "EV", $VERSION; } @@ -458,7 +458,7 @@ Normally, C will return when there are no active watchers (which is a "deadlock" because no progress can be made anymore). This is -convinient because it allows you to start your watchers (and your jobs), +convenient because it allows you to start your watchers (and your jobs), call C once and when it returns you know that all your jobs are finished (or they forgot to register some watchers for their task :).