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