| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- updated to 0.20 see /usr/share/doc/packages/perl-Domain-PublicSuffix/Changes 0.20 2023-08-23 13:55 GMT - Refresh PublicSuffix list
- updated to 0.19 see /usr/share/doc/packages/perl-Domain-PublicSuffix/Changes 0.19 2021-01-28 17:03 GMT - Refresh PublicSuffix list
- updated to 0.17 see /usr/share/doc/packages/perl-Domain-PublicSuffix/Changes 0.17 2020-04-13 14:08 GMT - Refresh PublicSuffix list - Fix documentation regarding what tld() will return - Add Default updater - Fix warnings in tests
- updated to 0.16
see /usr/share/doc/packages/perl-Domain-PublicSuffix/Changes
0.16 2019-10-18 20:00 GMT
- Refresh PublicSuffix list
- Add publicsuffix.org unit tests
- Force lower case on ASCII domains
- Rewrite suffix parser to both more closely match publicsuffix intentions,
as well as reduce needless complexity, also solving a comment on issue
[#3]
0.15 2019-04-23 20:00 GMT
- Refresh PublicSuffix list
- Merged pull request from Gavin Carr to explicitly open a file with UTF-8
encoding
- Bump Net::IDN::Encode requirement to 2.401 to avoid unicode issues
- (#3) Provide a tld and suffix even with asking get_root_domain for a valid
suffix that is not a valid domain. Will still report 'Domain not valid',
but ->suffix and ->tld will resolve.
- Make sure that the error condition from get_root_domain still throws when
a root domain is already fired, but that it still returns.
- first version