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

# ----------------------------------------------------------------------
# Version 1.14                                              May 22, 2003
# ----------------------------------------------------------------------

* Added support for PTR records.  Requested by Scott Brooke
  <sbrooke@ftdata.com>.

# ----------------------------------------------------------------------
# Version 1.13                                              May 19, 2003
# ----------------------------------------------------------------------

* Modified t/nslookup.t to skip all tests if the NO_NET environment
  variable is set (mostly so I can test off line).

* Added "server" nslookup parameter, which lets you specify a
  nameserver (or nameservers) to use.
  Requested by Victor Pereira <vpereira@modulo.com.br>.

# ----------------------------------------------------------------------
# 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: