Subject: | Use Net::DNS::Paramters::rcodebyname |
Hi,
You have used the undocumented internal Net::DNS::rcodesbyname in your package. This internal is no longer exposed since Net::DNS 0.75.
I propose to also test for rcodes existence with $Net::DNS::Parameters::rcodebyname{$result}
Mail-SPF unit tests are dependent on this, see:
https://rt.cpan.org/Public/Bug/Display.html?id=95858 .
See attached patch.
Regards,
-- Willem