Subject: | Module refers to non-existent %Net::DNS::rcodesbyname. [PATCH] |
There are two separate issues here:
1) %Net::DNS::rcodesbyname is not, and never was, part of the published API for Net::DNS.
2) Even if it had been, the module contains no "use Net::DNS" directive and hence there is no guarantee that Net::DNS will be loaded or the table accessible.
The table is only used to discriminate between a legitimate RCODE and an arbitrary error string. The numerical code values are not used at all.
The table has now been removed from Net::DNS.
The attached patch resolves both problems.
Subject: | Programmable.pm-patch |
Message body not shown because it is not plain text.