File tree Expand file tree Collapse file tree 4 files changed +13
-7
lines changed
Expand file tree Collapse file tree 4 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 55
66language : perl
77perl :
8- - " 5.36 "
9- - " 5.30.2 "
8+ - " 5.38 "
9+ - " 5.34 "
1010 - " 5.26"
1111
1212before_install :
1313 # quoting preserves newlines in the script and then avoid error if the
1414 # script contains comments
1515 - eval "$(curl https://travis-perl.github.io/init)"
1616 - sudo apt-get install -y libidn2-dev
17- - cpan-install --deps Devel::CheckLib Module::Install Module::Install::XSUtil
17+ - cpan-install --deps Devel::CheckLib Module::Install Module::Install::XSUtil Test::Fatal
1818
1919install :
2020 - cpanm --verbose --notest --configure-args="--no-ed25519" .
Original file line number Diff line number Diff line change 11Release history for Zonemaster component Zonemaster-LDNS
22
33
4+ 4.0.2 2024-07-01 (part of Zonemaster v2024.1 release)
5+
6+ [Fixes]
7+ - Fixes broken links in README.md (#189)
8+
9+
4104.0.1 2024-03-28
511
612 [Fixes]
Original file line number Diff line number Diff line change @@ -237,13 +237,13 @@ be found in the [LICENSE](LICENSE) file included in this respository.
237237[ Debug ] : #debug
238238[ DNS::LDNS ] : http://search.cpan.org/~erikoest/DNS-LDNS/
239239[ Docker Hub ] : https://hub.docker.com/u/zonemaster
240- [ Docker Image Creation ] : https://github.com/zonemaster/zonemaster/blob/master/docs/internal-documentation /maintenance/ReleaseProcess-create-docker-image.md
240+ [ Docker Image Creation ] : https://github.com/zonemaster/zonemaster/blob/master/docs/internal/maintenance/ReleaseProcess-create-docker-image.md
241241[ Ed25519 ] : #ed25519
242242[ IDN ] : #idn
243- [ Installation instructions for Zonemaster::Engine ] : https://github.com/zonemaster/zonemaster-engine /blob/master/docs/Installation .md
243+ [ Installation instructions for Zonemaster::Engine ] : https://github.com/zonemaster/zonemaster/blob/master/docs/public/installation/zonemaster-engine .md
244244[ Internal ldns ] : #internal-ldns
245245[ Ldns library ] : https://www.nlnetlabs.nl/projects/ldns/
246246[ NLnet Labs ] : https://www.nlnetlabs.nl/
247- [ USING ] : https://github.com/zonemaster/zonemaster-cli /blob/master/USING .md
247+ [ USING ] : https://github.com/zonemaster/zonemaster/blob/master/docs/public/using/cli .md
248248[ Zonemaster project ] : http://github.com/zonemaster/zonemaster
249249
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package Zonemaster::LDNS;
22
33use 5.014;
44
5- our $VERSION = ' 4.0.1 ' ;
5+ our $VERSION = ' 4.0.2 ' ;
66
77use parent ' Exporter' ;
88our @EXPORT_OK = qw[ to_idn has_idn ldns_version load_zonefile] ;
You can’t perform that action at this time.
0 commit comments