summaryrefslogtreecommitdiff
path: root/lib/Net/LDNS/RR/A.pm
blob: 1def0e6bd6a375175ee8d3895dea9005bc4c7404 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
package Net::LDNS::RR::A;

use parent 'Net::LDNS::RR';

1;

=head1 NAME

Net::LDNS::RR::A - Type A record

=head1 DESCRIPTION

A subclass of L<Net::LDNS::RR>, so it has all the methods of that class available in addition to the ones documented here.

=head1 METHODS

=over

=item address()

Returns the address.

=back