Scroll to navigation

Zonemaster::Util(3pm) User Contributed Perl Documentation Zonemaster::Util(3pm)

NAME

Zonemaster::Util - utility functions for other Zonemaster modules

SYNOPSIS

    use Zonemaster::Util;
    info(TAG => { some => 'argument'});
    my $ns = ns($name, $address);
    my $name = name('whatever.example.org');

EXPORTED FUNCTIONS

Creates and returns a Zonemaster::Logger::Entry object. The object is also added to the global logger object's list of entries.
Creates and returns a nameserver object with the given name and address.
Returns a reference to the global policy hash.
Creates and returns a Zonemaster::DNSName object for the given argument.
Will attempt to extract the POD documentation for the test methods in the test module for which the name is given. If it can, it returns a reference to a hash where the keys are the test method names and the values the documentation strings.

This method blindly assumes that the structure of the POD is exactly like that in the Example and Basic test modules. If it's not, the results are undefined.

This routine provides a special effect: sCraMBliNg tHe CaSe
Check if ZOnemaster hosting server supports IPv6.
2021-01-06 perl v5.32.0