From e98d8ff11cdbbd54ecdf9fd58b8f64c661b866b5 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 3 May 2020 11:19:04 +0200 Subject: Add LWP::Protocol::https dependency --- Build.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/Build.PL b/Build.PL index 400d2c8..b135755 100644 --- a/Build.PL +++ b/Build.PL @@ -23,6 +23,7 @@ Module::Build->new( 'Getopt::Long' => 0, 'List::Util' => 0, 'LWP::UserAgent' => 0, + 'LWP::Protocol::https' => 0, 'XML::LibXML' => 0, }, sign => 1, -- cgit v1.2.3