Scroll to navigation

Zonemaster::Test::Delegation(3pm) User Contributed Perl Documentation Zonemaster::Test::Delegation(3pm)

NAME

Zonemaster::Test::Delegation - Tests regarding delegation details

SYNOPSIS

    my @results = Zonemaster::Test::Delegation->all($zone);

METHODS

Runs the default set of tests and returns a list of log entries made by the tests.
Returns a reference to a hash with translation data. Used by the builtin translation system.
Returns a reference to a hash, the keys of which are the names of all test methods in the module, and the corresponding values are references to lists with all the tags that the method can use in log entries.
Returns a version string for the module.

TESTS

Verify that there is more than two nameserver.
Verify that name servers have distinct IP addresses.
Verify that there is no truncation on referrals.
Verify that nameservers are authoritative.
Verify that NS RRs do not point to CNAME alias.
Verify existence of SOA.
Verify that parent glue name records are present in child.
2022-06-28 perl v5.34.0