The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version v6.0.0 - 2024-07-01

  • Release information
    • Translations have not been fully updated in this release. They will be updated in an upcoming release.
  • Breaking change
    • Removes planned deprecated 'resolver.source' profile property. Breaks custom profiles using this property. Use 'resolver.source4' and 'resolver.source6' instead. (#1343)
    • Using 'profile.json' that comes with the Zonemaster::Engine installation as a template for custom profile is no longer supported. For the new supported way of extracting the default profile, see https://github.com/zonemaster/zonemaster/blob/master/docs/public/configuration/profiles.md#default-profile (#1339)
  • Features
    • Makes it possible to run single testcase via test_zone() (#1312)
    • Updates Basic01 implementation (#1357)
  • Fixes
    • Makes syntax04 take zone name instead of NS name (#1322, #1369)
    • Removes the code dependency on Moose (#1319)
    • Fixes Zonemaster::Engine::Translator’s instance() method (#1347)
    • Fixes polymorphism in Translator (#1346)
    • Adds minor changes to Zone11 msgids (#1348)
    • Update minimum Perl version to 5.16.0 and add missing 'warnings' (#1342)
    • Fixes undef eq comparison (#1363)

Documentation

The Zonemaster Test Engine

Modules

A tool to check the quality of a DNS zone
do lookups of ASNs for IP addresses
module holding constants used in Test modules
class representing DNS names
base class for Zonemaster::Engine exceptions
class that holds Zonemaster::Engine::Logger::Entry objects.
module for single log entries
Class implementing arrays that lazily looks up name server addresses from their names
object representing a DNS nameserver
shared caches for nameserver objects
local shared caches for nameserver objects
global shared caches for nameserver objects
utility functions for names normalization
normalization error class
wrapping object for Zonemaster::LDNS::Packet objects
A simple system for configuring Zonemaster Engine
recursive resolver for Zonemaster
Module implementing methods to find, load and execute all Test modules
Module implementing tests focused on IP addresses of name servers
Module implementing tests focused on basic zone functionality
Module implementing tests focused on name servers reachability
Module implementing tests focused on name servers responses consistency
Module implementing tests focused on DNSSEC
Module implementing tests focused on zone delegation
Module implementing tests focused on the properties of a name server
Module implementing tests focused on validating the syntax of host names and other data
Module implementing tests focused on the DNS zone content, such as SOA and MX records
Methods common to Test Specification used in test modules
Version 2 of Methods common to Test Specifications used in Test modules
translation support for Zonemaster
utility functions for other Zonemaster modules
validation functions for other Zonemaster modules
Object representing a DNS zone