[openssl-commits] [tools] master update
Richard Levitte
levitte at openssl.org
Tue Jun 20 21:50:08 UTC 2017
The branch master has been updated
via 87710c639a2c2cfc00b690b5d22f541a4bc7b43d (commit)
from ec891a63597c67c0bcbec00ed2d4813dd70eb819 (commit)
- Log -----------------------------------------------------------------
commit 87710c639a2c2cfc00b690b5d22f541a4bc7b43d
Author: Richard Levitte <levitte at openssl.org>
Date: Tue Jun 20 23:50:00 2017 +0200
OpenSSL-Query, QueryArg: require Module::Install to build
-----------------------------------------------------------------------
Summary of changes:
OpenSSL-Query/README.md | 2 +-
QueryApp/README.md | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/OpenSSL-Query/README.md b/OpenSSL-Query/README.md
index bdec164..83c605f 100644
--- a/OpenSSL-Query/README.md
+++ b/OpenSSL-Query/README.md
@@ -17,13 +17,13 @@ Requirements
OpenSSL::Query requires the following modules to build:
- Module::Starter and its dependencies (debian package libmodule-starter-perl)
+- Module::Install (debian package libmodule-install-perl)
OpenSSL::Query requires these extra modules to run:
- Class::Method::Modifiers (debian package libclass-method-modifiers-perl)
- Moo (debian package libmoo-perl)
- URI::Encode (debian package liburi-encode-perl)
-- Install (debian package libmodule-install-perl)
Any other module OpenSSL::Query depends on should be part of core
perl.
diff --git a/QueryApp/README.md b/QueryApp/README.md
index 0567af2..2326103 100644
--- a/QueryApp/README.md
+++ b/QueryApp/README.md
@@ -23,6 +23,7 @@ Requirements
OpenSSL::Query requires the following modules to build:
- Module::Starter and its dependencies (debian package libmodule-starter-perl)
+- Module::Install (debian package libmodule-install-perl)
OpenSSL::Query requires these extra modules to run:
More information about the openssl-commits
mailing list