From 1de20a3a49e1b4f6e7104b84b8fc5594b144712a Mon Sep 17 00:00:00 2001 From: Pauli Date: Sun, 18 Nov 2018 15:59:41 +1000 Subject: [PATCH] add dependencies to Makefile.PL Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/tools/pull/35) --- OpenSSL-Query/Makefile.PL | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OpenSSL-Query/Makefile.PL b/OpenSSL-Query/Makefile.PL index ac80b4a..a98f4e6 100644 --- a/OpenSSL-Query/Makefile.PL +++ b/OpenSSL-Query/Makefile.PL @@ -35,6 +35,8 @@ requires ( 'URI::Encode' => 0, Moo => 0, Carp => 0, + 'LWP::UserAgent' => 0, + 'LWP::Protocol::https' =>0, ); install_as_site; -- 2.34.1