summaryrefslogtreecommitdiff
path: root/lib/Zonemaster/LDNS/RR/NINFO.pm
blob: 94d7a28a6f2882b0a36a26734a7ca45993d0f056 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
package Zonemaster::LDNS::RR::NINFO;

use parent 'Zonemaster::LDNS::RR';

1;

=head1 NAME

Zonemaster::LDNS::RR::NINFO - Type NINFO record

=head1 DESCRIPTION

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

=head1 METHODS

No RDATA methods implemented yet.

=cut