
Net::DNS::Method::Status - Perl extension to provide status of the DNS server

use Net::DNS::Method::Status;
my $Status = new Net::DNS::Method::Status { BaseDomain => 'status.x.com',
StoreResults => 10,
Reset => 'reset'
};

This class adds support for returning a number of variables regarding the operation of the DNS server. Variables are returned as a number of IN TXT RRs.
None by default.

Original version; created by h2xs 1.20 with options
-ACOXfn
Net::DNS::Method::Status
-v
1.00
Added the storage of the last 'StoreResults' DNS queries. Stats can now be reset by querying 'Reset' under 'BaseDomain'.
Minor change for compatibility with NetAddr::IP 3.00.
AUTOLOAD to automatically support all RRs supported by Net::DNS.
Luis E. Munoz <luismunoz@cpan.org>

perl(1), Net::DNS::Method(3), Net::DNS.