| Zonemaster::Engine::Constants(3pm) | User Contributed Perl Documentation | Zonemaster::Engine::Constants(3pm) |
Zonemaster::Engine::Constants - module holding constants used in Test modules
use Zonemaster::Engine::Constants ':all';
A boolean, used to enable the name server blacklisting mechanism.
An integer, used to define the maximum length of a CNAME chain when doing consecutive recursive lookups.
An integer, used to define the maximum number of CNAME records in a response.
An integer, used to define the size of the serial number space, as defined in RFC1982, section 2.
An integer, used to define the EDNS0 UDP packet size in non-DNSSEC EDNS queries.
An integer, used to define the EDNS0 UDP packet size in DNSSEC queries.
my @array = _extract_iana_ip_blocks( $ip_version );
Internal method that is used to extract IP blocks details from IANA files for a given IP version (i.e. 4 or 6).
Takes an integer (IP version).
Returns a list of hashes - the keys of which are "ip" (Net::IP::XS object), "name" (string) and "reference" (string).
| 2025-03-21 | perl v5.40.1 |