--- Net-SNMP-XS/XS.pm 2009/04/11 06:24:18 1.8 +++ Net-SNMP-XS/XS.pm 2009/04/12 00:48:39 1.9 @@ -25,8 +25,6 @@ =item overriding internal functions might cause the module to malfunction with future versions of Net::SNMP -=item only leading dots for oids are supported - =item error messages will be simpler/different =item translation will be ignored (all values will be delivered "raw") @@ -59,7 +57,7 @@ our $old_prepare; BEGIN { - $VERSION = '0.02'; + $VERSION = '0.03'; $old_prepare = \&Net::SNMP::MessageProcessing::prepare_data_elements;