diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-04-25 10:33:26 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-04-25 10:33:26 +0200 |
commit | e35c2ddd20ed2112330264734badb44225144e5d (patch) | |
tree | fd7384fc43af4a78b7ce863d03f470f86bfe2265 /Build.PL | |
parent | 7f22a886e484a2b168704d17758d8507e9643411 (diff) |
Document LWP::Protocol::https dependency
Diffstat (limited to 'Build.PL')
-rw-r--r-- | Build.PL | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ Module::Build->new( 'List::Util' => 0, 'List::UtilsBy' => 0, 'LWP::UserAgent' => 0, + 'LWP::Protocol::https' => 0, 'Text::LevenshteinXS' => 0, 'XML::LibXML' => 0, }, |