Zonemaster::Engine::Test::DNSSEC - dnssec module showing the
expected structure of Zonemaster test modules
my @results = Zonemaster::Engine::Test::DNSSEC->all($zone);
- all($zone)
- Runs the default set of tests and returns a list of log entries made by
the tests.
- metadata()
- 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.
- tag_descriptions()
- Returns a reference to a hash with translation functions. Used by the
builtin translation system.
- policy()
- Returns a reference to a hash with the default policy for the module. The
keys are message tags, and the corresponding values are their default log
levels.
- version()
- Returns a version string for the module.