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

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