Net-PublicSuffixList

Figure out the TLD of a hostname

https://github.com/briandfoy/net-publicsuffixlist

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.7%) to scientific vocabulary

Keywords

perl perl-module
Last synced: 6 months ago · JSON representation ·

Repository

Figure out the TLD of a hostname

Basic Info
  • Host: GitHub
  • Owner: briandfoy
  • License: artistic-2.0
  • Language: Perl
  • Default Branch: master
  • Homepage:
  • Size: 189 KB
Statistics
  • Stars: 2
  • Watchers: 2
  • Forks: 1
  • Open Issues: 0
  • Releases: 3
Topics
perl perl-module
Created about 6 years ago · Last pushed 7 months ago
Metadata Files
Readme Changelog License Citation Security

README.pod

=pod

=encoding utf8

=for HTML 

=for HTML 

=for HTML 

=for HTML 

=for HTML Coverage Status

=for HTML 

=for HTML 

=for HTML 

=head1 The Net::PublicSuffixList module

This is the I for the L Perl module.

You're probably looking at this because you don't know where else to
find what you're looking for. Read this once and you might never have
to read one again for any Perl module.

=head2 Documentation

To read about L, look at the embedded documentation
in the module itself. Inside the distribution, you can format it
with L:

	% perldoc lib/Net/PublicSuffixList.pm

If you have already installed the module, you can specify the module
name instead of the file location:

	% perldoc Net::PublicSuffixList

You can read the documentation and inspect the meta data on
L.

The standard module documentation has example uses in the SYNOPSIS
section, but you can also look in the I directory (if it's
there), or look at the test files in I.

=head2 Installation

You can install this module with a CPAN client, which will resolve
and install the dependencies:

	% cpan Net::PublicSuffixList
	% cpanm Net::PublicSuffixList

You can also install directly from the distribution directory, which
will also install the dependencies:

	% cpan .
	% cpanm .

You could install just this module manually:

	% perl Makefile.PL
	% make
	% make test
	% make install

You probably don't want to do that unless you're fiddling with the
module and only want to run the tests without installing anything.

=head2 Source location

The meta data, such as the source repository and bug tracker, is in
I or the I files it creates. You can find that on
those CPAN web interfaces, but you can also look at files directly in
the source repository: L

If you find a problem, file a ticket in the L.

There are also backup repositories hosted on other services. These
reflect the state of the main repo and exist only for redundancy:

=over 4

=item * L

=item * L

=item * L

=back

=head2 GitHub Attestations

This distribution now uses
L,
which allow you to verify that the archive file you have was made from
the official repo.

You need a GitHub account and the L.

	# download the distro file from GitHub, MetaCPAN, or a CPAN mirror
	$ gh auth login
	...follow instructions...
	$ gh attestation verify Net-PublicSuffixList-1.23.tar.gz --owner briandfoy

=head2 Getting help

Although I'm happy to hear from module users in private email,
that's the best way for me to forget to do something.

Besides the issue trackers, you can find help at
L or
L, both of which have many
competent Perlers who can answer your question, almost in real time.
They might not know the particulars of this module, but they can help
you diagnose your problem.

You might like to read L.

=head2 Copyright and License

You should have received a I file, but the license is also noted
in the module files. About the only thing you can't do is pretend that
you wrote code that you didn't.

=head2 Good luck!

Enjoy,

brian d foy, briandfoy@pobox.com

=cut

Owner

  • Name: brian d foy
  • Login: briandfoy
  • Kind: user
  • Location: New York, NY
  • Company: The Perl Review

I'm the author of several books on Perl. I've made my career around helping people use the Perl language.

Citation (CITATION.cff)

# This CITATION.cff file was generated with /Users/brian/bin/bmt
# Sat Mar 19 10:19:52 2022

abstract: Net::PublicSuffixList - The Mozilla Public Suffix List
authors:
- alias: briandfoy
  email: briandfoy@pobox.com
  family-names: foy
  given-names: brian d
  orcid: 0000-0002-0283-8283
  email: briandfoy@pobox.com
cff-version: 1.2.0
date-released: 2021-01-28
license: artistic_2
license-url: https://github.com/briandfoy/net-publicsuffixlist/LICENSE
message: The GitHub page for this module provides formatted citations
repository-code: https://github.com/briandfoy/net-publicsuffixlist
title: The Net::PublicSuffixList Perl module
type: software
doi: 10.5281/zenodo.6171343

GitHub Events

Total
  • Push event: 8
Last Year
  • Push event: 8

Committers

Last synced: 10 months ago

All Time
  • Total Commits: 91
  • Total Committers: 1
  • Avg Commits per committer: 91.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 5
  • Committers: 1
  • Avg Commits per committer: 5.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
brian d foy b****y@g****m 91

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 10
  • Average time to close issues: N/A
  • Average time to close pull requests: less than a minute
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 10
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • briandfoy (10)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 1
  • Total dependent repositories: 0
  • Total versions: 5
  • Total maintainers: 1
metacpan.org: Net-PublicSuffixList

The Mozilla Public Suffix List

  • Versions: 5
  • Dependent Packages: 1
  • Dependent Repositories: 0
Rankings
Dependent repos count: 1.6%
Stargazers count: 6.5%
Forks count: 8.2%
Average: 8.5%
Dependent packages count: 17.9%
Maintainers (1)
Last synced: 6 months ago

Dependencies

.github/workflows/linux.yml actions
  • actions/checkout v3 composite
.github/workflows/macos.yml actions
  • actions/checkout v3 composite
.github/workflows/release.yml actions
  • actions/checkout v3 composite
  • actions/create-release v1 composite
  • softprops/action-gh-release v1 composite
.github/workflows/windows.yml actions
  • actions/checkout v3 composite