ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-SNMP-EV/EV.pm
(Generate patch)

Comparing Net-SNMP-EV/EV.pm (file contents):
Revision 1.3 by root, Fri Apr 10 05:33:09 2009 UTC vs.
Revision 1.4 by root, Fri Apr 10 06:49:34 2009 UTC

38use strict; 38use strict;
39 39
40use Net::SNMP (); 40use Net::SNMP ();
41use EV (); 41use EV ();
42 42
43our $VERSION = '0.11'; 43our $VERSION = '0.12';
44 44
45our @W; 45our @W;
46our $DISPATCHER = $Net::SNMP::DISPATCHER; 46our $DISPATCHER = $Net::SNMP::DISPATCHER;
47 47
48# handle as many snmp events as possible 48# handle as many snmp events as possible

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines