The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Net::SNMP::XS

1.0   Wed May  5 22:36:27 CEST 2010
	- implement the last missing bit, which I forgot, and broke
          snmpv3.
        - use a slightly slower, but more robust way of fetching/storing
          the buffer state for the parser.

0.03  Sun Apr 12 02:48:00 CEST 2009
	- support leading_dot setting.
	- add xs replacement for oid_base_match.
	- add xs replacement for oid_lex_sort, _index_cmp (only with glibc).

0.02  Sat Apr 11 06:21:38 CEST 2009
	- first CPAN release.

0.01  Wed Apr  8 07:07:51 CEST 2009
	- original version; cloned from Convert::Scalar.