NAME
    Net::Domain::TLD - Gives ability to retrieve currently available tld
    names/descriptions and perform verification of given tld name

SYNOPSIS
     use Net::Domain::TLD qw(tlds);

     my $domain_data = tlds;
     my @cc_tlds = tlds('cc');

DESCRIPTION
    The purpose of this module is to provide user with current list of
    available top level domain names including new ICANN additions and
    ccTLDs

INSTALL
     perl Makefile.PL
     make
     make test
     make install