- zone01()
-
my @logentry_array = zone01( $zone );
Runs the Zone01 Test Case
<https://github.com/zonemaster/zonemaster/blob/master/docs/public/specifications/tests/Zone-TP/zone01.md>.
Takes a Zonemaster::Engine::Zone object.
Returns a list of Zonemaster::Engine::Logger::Entry
objects.
- zone02()
-
my @logentry_array = zone02( $zone );
Runs the Zone02 Test Case
<https://github.com/zonemaster/zonemaster/blob/master/docs/public/specifications/tests/Zone-TP/zone02.md>.
Takes a Zonemaster::Engine::Zone object.
Returns a list of Zonemaster::Engine::Logger::Entry
objects.
- zone03()
-
my @logentry_array = zone03( $zone );
Runs the Zone03 Test Case
<https://github.com/zonemaster/zonemaster/blob/master/docs/public/specifications/tests/Zone-TP/zone03.md>.
Takes a Zonemaster::Engine::Zone object.
Returns a list of Zonemaster::Engine::Logger::Entry
objects.
- zone04()
-
my @logentry_array = zone04( $zone );
Runs the Zone04 Test Case
<https://github.com/zonemaster/zonemaster/blob/master/docs/public/specifications/tests/Zone-TP/zone04.md>.
Takes a Zonemaster::Engine::Zone object.
Returns a list of Zonemaster::Engine::Logger::Entry
objects.
- zone05()
-
my @logentry_array = zone05( $zone );
Runs the Zone05 Test Case
<https://github.com/zonemaster/zonemaster/blob/master/docs/public/specifications/tests/Zone-TP/zone05.md>.
Takes a Zonemaster::Engine::Zone object.
Returns a list of Zonemaster::Engine::Logger::Entry
objects.
- zone06()
-
my @logentry_array = zone06( $zone );
Runs the Zone06 Test Case
<https://github.com/zonemaster/zonemaster/blob/master/docs/public/specifications/tests/Zone-TP/zone06.md>.
Takes a Zonemaster::Engine::Zone object.
Returns a list of Zonemaster::Engine::Logger::Entry
objects.
- zone07()
-
my @logentry_array = zone07( $zone );
Runs the Zone07 Test Case
<https://github.com/zonemaster/zonemaster/blob/master/docs/public/specifications/tests/Zone-TP/zone07.md>.
Takes a Zonemaster::Engine::Zone object.
Returns a list of Zonemaster::Engine::Logger::Entry
objects.
- zone08()
-
my @logentry_array = zone08( $zone );
Runs the Zone08 Test Case
<https://github.com/zonemaster/zonemaster/blob/master/docs/public/specifications/tests/Zone-TP/zone08.md>.
Takes a Zonemaster::Engine::Zone object.
Returns a list of Zonemaster::Engine::Logger::Entry
objects.
- zone09()
-
my @logentry_array = zone09( $zone );
Runs the Zone09 Test Case
<https://github.com/zonemaster/zonemaster/blob/master/docs/public/specifications/tests/Zone-TP/zone09.md>.
Takes a Zonemaster::Engine::Zone object.
Returns a list of Zonemaster::Engine::Logger::Entry
objects.
- zone10()
-
my @logentry_array = zone10( $zone );
Runs the Zone10 Test Case
<https://github.com/zonemaster/zonemaster/blob/master/docs/public/specifications/tests/Zone-TP/zone10.md>.
Takes a Zonemaster::Engine::Zone object.
Returns a list of Zonemaster::Engine::Logger::Entry
objects.
- zone11()
-
my @logentry_array = zone11( $zone );
Runs the Zone11 Test Case
<https://github.com/zonemaster/zonemaster/blob/master/docs/public/specifications/tests/Zone-TP/zone11.md>.
Takes a Zonemaster::Engine::Zone object.
Returns a list of Zonemaster::Engine::Logger::Entry
objects.