On Tue Apr 25 03:43:38 2017, al.m.kuzmin@gmail.com wrote:
Show quoted text> Dear Sirs,
>
> Net::DNS::Resolver::Base::axfr won't return records.
> Rolling back to 1.04 helps.
>
> Looks like it's a logical issue inside axfr()
>
> my ( $select, $verify, @rr, $soa ) = $self->_axfr_start(@_);
>
> $soa will never be defined here.
True, it is initialized to undef on purpose.
Show quoted text> Besides that, _axfr_start() returns $reply->answer instead of @rr.
Which is the list of RR's in the answer section, so that is correct.
Could you try if 1.08 still worked for you?
Does transfer for net-dns.org. from 185.49.140.60 work for you?
If it does, do you have the name and nameserver so I can reproduce?
Best regards,
-- Willem