Revision history for Mojo-SNMP
0.06 Wed Mar 12 18:24:56 2014
*
Fix memory cycle in 'walk' and 'bulk_walk'
Contributor: Per Carlson
0.0501 Tue Mar 4 07:15:53 2014
*
Improved documentation for get(), get_bulk(), get_next(), set()
and walk().
0.05 Fri Dec 13 13:03:44 2013
*
Add methods with callbacks as an alternative to "response" event.
*
Cleaned up Makefile.PL
0.04 Thu Sep 26 15:36:37 2013
*
Add support for passing maxrepetitions to prepare()
*
Add add_custom_request_method() method
*
Add custom method bulk_walk() - Espen Tallaksen
0.0301 Sat Sep 7 10:44:22 2013
*
Fix Makefile.PL
*
Fix t/basic.t
*
Change indentation to two spaces.
0.03 Mon Dec 10 20:11:23 2012
*
Add support for prepare($host, ..., walk => $oid);
*
Change "response" and "error" events also receive prepare() args.
0.0201 Thu Oct 25 21:20:42 2012
*
Need to ignore ./local
0.02 Thu Oct 18 00:07:55 2012
*
Add Joshua Keroes as author
*
Extended the documentation and fixed bugs
0.01 Wed Oct 17 23:38:47 2012
*
Add custom dispatcher
*
Add prepare()
*
Add wait()
*
Started project