diff options
Diffstat (limited to 'contrib/DNS-LDNS/lib/DNS/LDNS/DNSSecRRSets.pm')
-rw-r--r-- | contrib/DNS-LDNS/lib/DNS/LDNS/DNSSecRRSets.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/DNS-LDNS/lib/DNS/LDNS/DNSSecRRSets.pm b/contrib/DNS-LDNS/lib/DNS/LDNS/DNSSecRRSets.pm index fbd9bb735628..05471c7d1d6e 100644 --- a/contrib/DNS-LDNS/lib/DNS/LDNS/DNSSecRRSets.pm +++ b/contrib/DNS-LDNS/lib/DNS/LDNS/DNSSecRRSets.pm @@ -6,7 +6,7 @@ use warnings; use DNS::LDNS; -our $VERSION = '0.06'; +our $VERSION = '0.52'; # Note: Since this class does not have a constructor, we can let its child # objects be owned by the parent. This reduces the recursion depth on |