- Added Net::DNS::Resolver::Recurse module.
- Fixed the regular expression in RR.pm to comply with the RFCs,
turns our we were _too_ paranoid.
- Fixed 00-load.t to skip the Net::DNS::SEC modules. The test suite
should now pass if you have Net::DNS::SEC installed.
+ Fixed warning in Net::DNS::RR::AUTOLOAD with perl 5.005.
+ Implemented autoloading of the RR subclasses. This provides a
good sized speed bump, particually for applications that are not
persisant.
+ Cleaned up a few things with CERT RRs.
+ Removed use of $' from RR.pm for effciency reasons. As a result,
for all RRs text following a ';' is considered a comment. This
was originally only done in RR/SOA.pm.
+ Added method caching to AUTOLOAD subroutines. This should provide
a modest speed bump.
+ The test suite has been greatly improved, though there is still
more to be done in this regard.
+ Added support for DNAME resource records.
+ Fixed edge case for queries that have no name.
+ Tighted up the regular expression used in Net::DNS::Resolver::cname_addr()
This is an interum release, intended to return Net::DNS to CPAN,
and encourage new devopement. Version 2.0 is not far behind with
major changes including support for windows platforms, TSIG and
Net::DNS::Nameserver (a very simple nameserver).
Fixed the "defined(@array) is deprecated" message in DNS.pm under
perl 5.6.0 and greater.
Fixed a bug in the Net::DNS::Resolver->nextid method to ensure that
the query ID remains 16 bits.