diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-05-03 11:19:04 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-05-03 11:19:04 +0200 |
commit | e98d8ff11cdbbd54ecdf9fd58b8f64c661b866b5 (patch) | |
tree | 42bac0fd1eda0feae413dd5f78d386e53733dc78 /Build.PL | |
parent | 4774b18d49c0ebee424f69d0f03bbfaae43bf05b (diff) |
Add LWP::Protocol::https dependency
Diffstat (limited to 'Build.PL')
-rw-r--r-- | Build.PL | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, |