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.1 by root, Mon Dec 3 17:27:34 2007 UTC vs.
Revision 1.4 by root, Fri Apr 10 06:49:34 2009 UTC

25run in parallel to anything else that uses EV or AnyEvent. 25run in parallel to anything else that uses EV or AnyEvent.
26 26
27This module does not export anything and does not require you to do 27This module does not export anything and does not require you to do
28anything special apart from loading it. 28anything special apart from loading it.
29 29
30The module is quite short, you cna use it to do a similar integration into 30The module is quite short, you can use it as example to implement a
31e.g. Event or other event loops. 31similar integration into e.g. Event or other event loops.
32 32
33=cut 33=cut
34 34
35package Net::SNMP::EV; 35package Net::SNMP::EV;
36 36
38use strict; 38use strict;
39 39
40use Net::SNMP (); 40use Net::SNMP ();
41use EV (); 41use EV ();
42 42
43our $VERSION = '0.1'; 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