--- cvsroot/EV/EV.pm 2009/01/07 20:53:29 1.111 +++ cvsroot/EV/EV.pm 2009/03/14 16:24:27 1.113 @@ -82,7 +82,7 @@ use strict; BEGIN { - our $VERSION = '3.52'; + our $VERSION = '3.53'; use XSLoader; XSLoader::load "EV", $VERSION; } @@ -127,7 +127,7 @@ =over 4 -=item $loop = new EV::loop [$flags] +=item $loop = new EV::Loop [$flags] Create a new event loop as per the specified flags. Please refer to the C function description in the libev documentation