8
0

Accepting request 421452 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/421452
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Validate-Domain?expand=0&rev=4
This commit is contained in:
2016-09-01 11:37:54 +00:00
committed by Git OBS Bridge
parent 43048c481d
commit 97b1c1bdbc
4 changed files with 32 additions and 7 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Aug 24 05:15:04 UTC 2016 - coolo@suse.com
- updated to 0.14
see /usr/share/doc/packages/perl-Data-Validate-Domain/Changes
-------------------------------------------------------------------
Tue Aug 23 05:16:19 UTC 2016 - coolo@suse.com
- 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.
-------------------------------------------------------------------
Mon Jun 13 06:56:56 UTC 2016 - coolo@suse.com