Skip to content

nmelnick/Domain-PublicSuffix

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
t
 
 
 
 
 
 
 
 
 
 
 
 

Domain-PublicSuffix

A perl module to parse a domain down to the root TLD utilizing the Mozilla PublicSuffix file.

This module utilizes the "effective_tld_names.dat" provided by Mozilla as a way to effectively reduce a fully qualified domain name down to the absolute root. The Mozilla PublicSuffix file is an open source, fully documented format that shows absolute root TLDs, primarily for Mozilla's browser products to be able to determine how far a cookie's security boundaries go.

INSTALLATION

To install this module from Git, you will need Dist::Zilla. Once installed, run:

   dzil authordeps | cpanm
   dzil listdeps | cpanm
   dzil install

To install this module from an archive, type the following:

   perl Makefile.PL
   make
   make test
   make install

OR

   cpanm .

DEPENDENCIES

This module requires these other modules and libraries:

  • Class::Accessor::Fast
  • File::Spec
  • Net::IDN::Encode
  • Test::More

Copyright (C) 2008-2023 by Nick Melnick

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

About

Domain::PublicSuffix - Perl module to parse a domain down to root using Mozilla PublicSuffix

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages