Use of uninitialized value in hash element at /usr/share/lib/perl5/
site_perl/5.6.0/Net/DNS/RR.pm line 144, <> line 1068 (#1)
The problem is:
if ($RR{$rrtype}) {
my $subclass = $class . "::" . $rrtype;
$retval = $subclass->new(\%self, $data, $offset);
}
I have noted that it most often happens if one is looking in the
answer and/or additional sections and the only records are in the
authority section, namely a SOA.