summaryrefslogtreecommitdiff
path: root/lib/Zonemaster/LDNS/RR/PX.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Zonemaster/LDNS/RR/PX.pm')
-rw-r--r--lib/Zonemaster/LDNS/RR/PX.pm20
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/Zonemaster/LDNS/RR/PX.pm b/lib/Zonemaster/LDNS/RR/PX.pm
new file mode 100644
index 0000000..b84c6da
--- /dev/null
+++ b/lib/Zonemaster/LDNS/RR/PX.pm
@@ -0,0 +1,20 @@
+
+package Zonemaster::LDNS::RR::PX;
+
+use parent 'Zonemaster::LDNS::RR';
+
+1;
+
+=head1 NAME
+
+Zonemaster::LDNS::RR::PX - Type PX 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