--- Net-SNMP-EV/EV.pm 2007/12/03 17:27:34 1.1 +++ Net-SNMP-EV/EV.pm 2009/04/10 05:33:09 1.3 @@ -27,8 +27,8 @@ This module does not export anything and does not require you to do anything special apart from loading it. -The module is quite short, you cna use it to do a similar integration into -e.g. Event or other event loops. +The module is quite short, you can use it as example to implement a +similar integration into e.g. Event or other event loops. =cut @@ -40,7 +40,7 @@ use Net::SNMP (); use EV (); -our $VERSION = '0.1'; +our $VERSION = '0.11'; our @W; our $DISPATCHER = $Net::SNMP::DISPATCHER;