--- EV/EV.pm 2008/10/02 12:27:55 1.105 +++ EV/EV.pm 2008/10/23 04:56:49 1.106 @@ -70,6 +70,10 @@ and still be faster than with any other event loop currently supported in Perl. +=head2 MODULE EXPORTS + +This module does not export any symbols. + =cut package EV; @@ -78,7 +82,7 @@ use strict; BEGIN { - our $VERSION = '3.44'; + our $VERSION = '3.45'; use XSLoader; XSLoader::load "EV", $VERSION; }