Subject: | Problem with .tj domains |
get_http_query_url returns 3 urls for .tj domains, but whois information
now can be got only from the last url
("http://www.nic.tj/cgi/whois?domain=$name").
www_whois_query gets response content from first url, stops cycle and
tries to parse it. But this response is not a whois information really
and can't be parsed.
Module installation fails because of this on test:
02-internet.t line 74
ok( whois( 'get.tj' ), 'www whois' );