GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DNSCheck::Test::Common(3) User Contributed Perl Documentation DNSCheck::Test::Common(3)

DNSCheck::Test::Common - parent module to all other DNSCheck::Test modules.

Provides the methods "new", "parent", "logger", "config" and "qclass".

->new($parent)
Creates a new object and sets the parent object (which in just about all cases should be a DNSCheck object). Will "croak" if a parent object is not provided.
->parent()
Returns the parent object.
->logger()
Returns the parent's logger object (an instance of DNSCheck::Logger, unless you've done something strange).
->config()
Returns the parent's config object (an instance of DNSCheck::Config, unless you've done something strange).
->qclass()
Returns the DNS lookup class set in the config object. In practice this might as well be hardcoded to "IN", since the only test that will ever use anything else is DNSCheck::Test::Nameserver::ns_check_id.
2010-06-29 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.