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

Comparing Net-SNMP-XS/XS.pm (file contents):
Revision 1.8 by root, Sat Apr 11 06:24:18 2009 UTC vs.
Revision 1.9 by root, Sun Apr 12 00:48:39 2009 UTC

22 22
23=over 4 23=over 4
24 24
25=item overriding internal functions might cause the module to 25=item overriding internal functions might cause the module to
26malfunction with future versions of Net::SNMP 26malfunction with future versions of Net::SNMP
27
28=item only leading dots for oids are supported
29 27
30=item error messages will be simpler/different 28=item error messages will be simpler/different
31 29
32=item translation will be ignored (all values will be delivered "raw") 30=item translation will be ignored (all values will be delivered "raw")
33 31
57 55
58our $VERSION; 56our $VERSION;
59our $old_prepare; 57our $old_prepare;
60 58
61BEGIN { 59BEGIN {
62 $VERSION = '0.02'; 60 $VERSION = '0.03';
63 61
64 $old_prepare = \&Net::SNMP::MessageProcessing::prepare_data_elements; 62 $old_prepare = \&Net::SNMP::MessageProcessing::prepare_data_elements;
65 63
66 # this overrides many methods inside 64 # this overrides many methods inside
67 require XSLoader; 65 require XSLoader;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines