The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Domain::PublicSuffix::Default - Default PublicSuffix data file

SYNOPSIS

 use Domain::PublicSuffix::Default;

 my $tld_list = Domain::PublicSuffix::Default::retrieve();

DESCRIPTION

This module provides a default public suffix list, as distributed by Mozilla at time of module release. This was last updated 2013-03-18.

PUBLIC ACCESSORS

retrieve()

Returns current list as an array reference.

COPYRIGHT & LICENSE

The contents of this file are subject to the license block in the retrieve() method.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.