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