Description
Perl test suites can replace real DNS lookups with a mock resolver object. This helps tests stay deterministic, fast, and offline while still exercising code that expects DNS responses.
It is a developer testing library. Mocked DNS results should match realistic records closely enough that production behavior is not hidden by overly simple tests.