I'm using domain_disable_tld_validation to disable TLD validation for is_domain() as you can see in my example code. However it has no effect and gTLDs are still classified as being invalid. So, it's a bug?
On Monday, September 3, 2018, 10:23:49 AM GMT+2, Martin McGrath via RT <bug-Data-Validate-Domain@rt.cpan.org> wrote:
<URL:
https://rt.cpan.org/Ticket/Display.html?id=126999 >
From the documentation:
* domain_disable_tld_validation
Disables TLD validation for is_domain(). This may be useful if you need to check domains with new gTLDs that have not yet been added to Net::Domain::TLD.
Or provide a patch to Net::Domain::TLD, adding new domains.