| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- updated to 0.15
see /usr/share/doc/packages/perl-Data-Validate-Domain/Changes
0.15 2021-08-21
- Reject domains with 254 or more characters. Domains are limited to 255
octets, but in practice this means they're actually limited to 253
characters. See
https://devblogs.microsoft.com/oldnewthing/20120412-00/?p=7873 for a
more detailed explanation of this. Implemented by Felipe Gaspar. Fixes
GitHub #5. PR #13.
- updated to 0.14 see /usr/share/doc/packages/perl-Data-Validate-Domain/Changes
- updated to 0.14
see /usr/share/doc/packages/perl-Data-Validate-Domain/Changes
0.14 2016-08-21
- Require Net::Domain::TLD 1.74. This fixes some failures seen on CPAN
Testers, and if you're validating domains you really want the latest
version of this module.
0.13 2016-08-21
- Accept trailing dot on hostnames as well. Implemented by Greg
Oschwald. GitHub #6.
- The option domain_disable_tld_validation was added to allow disabling
TLD validation. This may be useful if you need to check domains with new
gTLDs that have not yet been added to Net::Domain::TLD. Implemented by Greg
Oschwald. GitHub #8.
- updated to 0.12 see /usr/share/doc/packages/perl-Data-Validate-Domain/Changes
- updated to 0.12
see /usr/share/doc/packages/perl-Data-Validate-Domain/Changes
0.12 2016-06-05
- Accept trailing dot on a domain name ("example.com."). This is an
absolute name per RFCs 1034 & 1035, and will be accepted by any DNS
resolution library or tool. Reported by Rob J. Epping.
- updated to 0.11 see /usr/share/doc/packages/perl-Data-Validate-Domain/Changes
- initial version (0.10)