--- cvsroot/EV/EV.pm 2007/12/08 14:12:03 1.65 +++ cvsroot/EV/EV.pm 2007/12/09 02:14:23 1.67 @@ -70,7 +70,7 @@ use strict; BEGIN { - our $VERSION = '1.8'; + our $VERSION = '1.72'; use XSLoader; XSLoader::load "EV", $VERSION; } @@ -95,7 +95,7 @@ =item $EV::DIED Must contain a reference to a function that is called when a callback -throws an exception (with $@ containing thr error). The default prints an +throws an exception (with $@ containing the error). The default prints an informative message and continues. If this callback throws an exception it will be silently ignored.