The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# ======================================================================
#                        --- Net-Nslookup ---
# ======================================================================

# ----------------------------------------------------------------------
# Version 1.12                                            March 14, 2003
# ----------------------------------------------------------------------

* qslookup no longer barfs when passed nothing, or when passed
  something non-existant.  RT#1947

* alarm is not implemented on Win32; added some (incomplete, I'm sure)
  conditional logic to check the platform before setting an alarm.
  Needs to be checked on MacOS (I'm assuming OS X will be Unix-like and
  have alarm).  Reported by Roland Bauer (not RTed).

# ----------------------------------------------------------------------
# Version 1.11                                         November 19, 2002
# ----------------------------------------------------------------------

* Defers loading Net::DNS until it needs it, so that simple lookups
  will be faster.

* Added qslookup, which uses Socket and the system's resolver to do
  lookups.

* Revamped test suite -- Does tests based on the contents of
  /etc/hosts.  This is (obviously) biased towards un*xen and will
  need to take Win32 into account.

# vim: set tw=70 ts=2 sw=2 fo=trcqo2n: