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.6 by root, Thu Apr 9 10:08:25 2009 UTC vs.
Revision 1.7 by root, Sat Apr 11 04:22:49 2009 UTC

31 31
32=item oid components are limited to unsigned 32 bit integers 32=item oid components are limited to unsigned 32 bit integers
33 33
34=item translation will be ignored (all values will be delivered "raw") 34=item translation will be ignored (all values will be delivered "raw")
35 35
36=item a 64 bit perl is required
37
38=item a moderately modern (>= C99) C compiler is required 36=item a moderately modern (>= C99) C compiler is required
39 37
40=item only tested with 5.10 38=item only tested with 5.10, no intentions to port to older perls
41 39
42=item duplicate OIDs are not supported 40=item duplicate OIDs are not supported
43 41
44=item REPORT PDUs are not supported 42=item REPORT PDUs are not supported
45 43
60 58
61our $VERSION; 59our $VERSION;
62our $old_prepare; 60our $old_prepare;
63 61
64BEGIN { 62BEGIN {
65 $VERSION = '0.01'; 63 $VERSION = '0.02';
66 64
67 $old_prepare = \&Net::SNMP::MessageProcessing::prepare_data_elements; 65 $old_prepare = \&Net::SNMP::MessageProcessing::prepare_data_elements;
68 66
69 # this overrides many methods inside 67 # this overrides many methods inside
70 require XSLoader; 68 require XSLoader;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines