--- Net-SNMP-XS/XS.pm 2009/04/09 05:56:36 1.5 +++ Net-SNMP-XS/XS.pm 2009/04/11 04:22:49 1.7 @@ -22,9 +22,10 @@ =over 4 -=item only leading dots for oids are supported +=item overriding internal functions might cause the module to +malfunction with future versions of Net::SNMP -=item error handling is currently broken (but parse errors will be detected) +=item only leading dots for oids are supported =item error messages will be simpler/different @@ -32,11 +33,9 @@ =item translation will be ignored (all values will be delivered "raw") -=item a 64 bit perl is required - =item a moderately modern (>= C99) C compiler is required -=item only tested with 5.10 +=item only tested with 5.10, no intentions to port to older perls =item duplicate OIDs are not supported @@ -61,7 +60,7 @@ our $old_prepare; BEGIN { - $VERSION = '0.01'; + $VERSION = '0.02'; $old_prepare = \&Net::SNMP::MessageProcessing::prepare_data_elements;