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

Comparing AnyEvent-SNMP/SNMP.pm (file contents):
Revision 1.1 by root, Tue Mar 31 21:55:18 2009 UTC vs.
Revision 1.2 by root, Fri Apr 10 06:50:16 2009 UTC

61} 61}
62 62
63use Net::SNMP (); 63use Net::SNMP ();
64use AnyEvent (); 64use AnyEvent ();
65 65
66our $VERSION = '0.1'; 66our $VERSION = '0.11';
67 67
68$Net::SNMP::DISPATCHER = instance Net::SNMP::Dispatcher; 68$Net::SNMP::DISPATCHER = instance Net::SNMP::Dispatcher;
69 69
70our $MESSAGE_PROCESSING = $Net::SNMP::Dispatcher::MESSAGE_PROCESSING; 70our $MESSAGE_PROCESSING = $Net::SNMP::Dispatcher::MESSAGE_PROCESSING;
71 71

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines