The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl module DNS::Unbound

0.08 - Thu, 13 June 2019
- Tweak verbiage (no code changes)

0.07 - Sun, 9 June 2019
- Add error checking for debugout().
- Work around libunbound debugout bug (https://github.com/NLnetLabs/unbound/issues/39)

0.06 - Fri, 7 June 2019
- Add debug control support.

0.05 - Fri, 7 June 2019
- Add asynchronous query support.
- Fix instantiation of ResolveError exception.

0.04 - Sun, 19 May 2019
- BUG FIX: Prevent excess destruction of context struct.
- OPTIMIZATION: Store ints as IV rather than NV.

0.03 - Thu, 16 May 2019
- Fix bugtracker in Makefile.PL.

0.02 - Mon, 25 March 2019
- Resolve configure_requires issue.
- Fix dangling “1;” in POD.

0.01 - Thu, 21 March 2019
- Initial release