The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

SYNOPSIS

 use Domain::PublicSuffix::Default;

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

DESCRIPTION

This module provides a default public suffix list, as distributed by Mozilla at time of module release.

PUBLIC ACCESSORS

retrieve()

Returns current list as a scalar.

COPYRIGHT & LICENSE

Copyright 2008 Nicholas Melnick, all rights reserved. Effective_tld file is generated by The Mozilla Foundation.

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