Luis Muñoz > Net-DNS-Method-2.00 > Net::DNS::Method::Status

Download:
Net-DNS-Method-2.00.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  0
Stalled  1
View Bugs
Report a bug
Module Version: 2.00   Source  

NAME ^

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

SYNOPSIS ^

  use Net::DNS::Method::Status;

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

DESCRIPTION ^

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.

EXPORT

None by default.

HISTORY ^

1.00

Original version; created by h2xs 1.20 with options

  -ACOXfn
        Net::DNS::Method::Status
        -v
        1.00
1.10

Added the storage of the last 'StoreResults' DNS queries. Stats can now be reset by querying 'Reset' under 'BaseDomain'.

1.11

Minor change for compatibility with NetAddr::IP 3.00.

2.00
  • Repackaged for public release
  • Use AUTOLOAD to automatically support all RRs supported by Net::DNS.

AUTHOR ^

Luis E. Munoz <luismunoz@cpan.org>

SEE ALSO ^

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