diff options
Diffstat (limited to 'contrib/DNS-LDNS/lib/DNS/LDNS/RBTree.pm')
-rw-r--r-- | contrib/DNS-LDNS/lib/DNS/LDNS/RBTree.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/DNS-LDNS/lib/DNS/LDNS/RBTree.pm b/contrib/DNS-LDNS/lib/DNS/LDNS/RBTree.pm index e86bfa8ddfa41..f64731a5b85c5 100644 --- a/contrib/DNS-LDNS/lib/DNS/LDNS/RBTree.pm +++ b/contrib/DNS-LDNS/lib/DNS/LDNS/RBTree.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 |