Revision history for Perl extension Net::adns.

0.06  Tue Nov 30 11:57:26 1999
	- add some code to the documentation's SYNOPSIS section
	- add lots of flavour to $answer->type
	- generic answer -> text conversion function
	- implement more accessor functions for Net::adns::answers
	- refine the answer type hierarchy
	- implement check and wait functions for getting answers from queries
	- add a Net::adns::query type and a Net::adns::submit function for making them

0.05  Thu Nov 18 00:17:35 1999
	- handle wantarray in Net::adns::answer::a::addr
	- simplify some of the XS code
	- handle out-of-range indexes in Net::adns::answer::a::addr
	- make the various types of answers subtypes of the basic Net::adns::answer
	- simplified checking code in test.pl
	- synchronous lookups and some Net::adns::answer accessor functions

0.04  Tue Nov 16 18:50:45 1999
	- documentation of what we have so far
	- fix optional configtext argument to Net::adns::init

0.03  Tue Nov 16 03:09:27 1999
	- make the xs wrapper around adns_init thinner
	- make Net::adns:new into a perl wrapper around Net::adns::init

0.02  Tue Nov 16 02:08:50 1999
	- first version checked into CVS
	- implement cunstructor and destructor
	- implement all the enumeration constants
	- add copyright details

0.01  Mon Nov 15 22:43:06 1999
	- original version; created by h2xs 1.1.1.2
