diff options
-rw-r--r-- | Build.PL | 1 | ||||
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | cpanfile | 1 |
3 files changed, 3 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, }, @@ -85,6 +85,7 @@ Dependencies * List::MoreUtils * List::UtilsBy * LWP::UserAgent +* LWP::Protocol::https * Text::LevenshteinXS * XML::LibXML @@ -11,6 +11,7 @@ requires 'List::MoreUtils'; requires 'List::Util'; requires 'List::UtilsBy'; requires 'LWP::UserAgent'; +requires 'LWP::Protocol::https'; requires 'Text::LevenshteinXS'; requires 'XML::LibXML'; |