line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Net::LDNS::RR::SOA; |
2
|
|
|
|
|
|
|
|
3
|
13
|
|
|
13
|
|
46
|
use parent 'Net::LDNS::RR'; |
|
13
|
|
|
|
|
16
|
|
|
13
|
|
|
|
|
46
|
|
4
|
|
|
|
|
|
|
|
5
|
|
|
|
|
|
|
1; |
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
=head1 NAME |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
Net::LDNS::RR::SOA - Type SOA record |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
=head1 DESCRIPTION |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
A subclass of L, so it has all the methods of that class available in addition to the ones documented here. |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
=head1 METHODS |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
=over |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
=item mname() |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
Returns the master server name. |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
=item rname() |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
Returns the contact mail address, in DNAME format. |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
=item serial() |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
Returns the serial number. |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
=item refresh() |
32
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
=item retry() |
34
|
|
|
|
|
|
|
|
35
|
|
|
|
|
|
|
=item refresh() |
36
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
=item minimum() |
38
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
Returns the respective timing values from the record. |
40
|
|
|
|
|
|
|
|
41
|
|
|
|
|
|
|
=back |