add missing dependency info to the Testing section of OpenSSL-Query/README.md
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Tue, 11 Feb 2020 11:03:21 +0000 (12:03 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 13 Feb 2020 16:33:50 +0000 (17:33 +0100)
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/58)

README.md

index 25c02b1c8e7bd085c986f1b79c87448c0ce01cb0..817a390719305faf1ea2025a454ef52997e796dd 100644 (file)
--- a/README.md
+++ b/README.md
@@ -59,8 +59,10 @@ Testing is done like this:
 
     make test
 
-However, it requires that a temporary query service is started as
-well.  This is part of QueryApp, and is started like this:
+However, it requires the additional Perl module Dancer2 and
+plackup (debian packages libdancer2-perl and libplack-perl)
+and that a temporary query service is started as well.
+This is part of QueryApp, and is started like this:
 
     here=`pwd`                # the directory OpenSSL-Query/
     cd ../QueryApp            # Or wherever you have it checked out