Skip to content

Commit

Permalink
Merge pull request #80 from zonemaster/develop
Browse files Browse the repository at this point in the history
Merge develop into master as part of release of v2.0.1
  • Loading branch information
matsduf authored May 24, 2019
2 parents d135a10 + 3017afd commit 820c1dc
Show file tree
Hide file tree
Showing 15 changed files with 21 additions and 2,880 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Makefile
blib
pm_to_blib
LDNS.c
inc
ppport.h
MANIFEST.bak
Net-LDNS-*.tar.gz
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ perl:
- "5.24"
- "5.22"
- "5.20"
- "5.18"
- "5.16"
before_install: cpanm --quiet --notest Devel::CheckLib Test::More

# Install configure-time dependencies
before_install: cpanm --quiet --notest Devel::CheckLib Module::Install Module::Install::XSUtil
10 changes: 10 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
Release history for Zonemaster component Zonemaster-LDNS

2.0.1 2019-05-21

- Removed
- Ubuntu 14.04 is no longer supported

- Changed
- inc::Module::install is no longer bundled
- Dependency declarations have been cleaned up


2.0.0 2019-01-25 (pre-release version)
- Status
- This is a pre-release version not fully tested on all supported
Expand Down
4 changes: 3 additions & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ GetOptions(
);

configure_requires 'Devel::CheckLib';
requires 'MIME::Base64';
configure_requires 'Module::Install' => 1.19;
configure_requires 'Module::Install::XSUtil';
test_requires 'JSON::PP';
test_requires 'Test::Fatal';
test_requires 'Test::More' => 1.302015;

use_ppport 3.19;
cc_libs 'crypto';
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ Run-time dependencies:
Compile-time dependencies (only when installing from source):
* `make`
* `Devel::CheckLib`
* `Module::Install`
* `Module::Install::XSUtil`
* `Test::More >= 1.302015`
* `git` (if [Internal ldns] is enabled)
* `libtool` (if [Internal ldns] is enabled)
* `autoconf` (if [Internal ldns] is enabled)
Expand Down
Loading

0 comments on commit 820c1dc

Please sign in to comment.