From: Marius Gavrilescu Date: Fri, 10 Feb 2017 17:56:20 +0000 (+0000) Subject: Add https dependencies to PREREQ_PM X-Git-Tag: 0.001001~1 X-Git-Url: http://git.ieval.ro/?p=webservice-foaas.git;a=commitdiff_plain;h=676bcc6b24029ea64c6245feea01474f7295589b Add https dependencies to PREREQ_PM --- diff --git a/Makefile.PL b/Makefile.PL index af53f7d..8f2e1c2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,7 +10,9 @@ WriteMakefile( LICENSE => 'perl', SIGN => 1, PREREQ_PM => { - qw/URI::Escape 0/, + qw/URI::Escape 0 + IO::Socket::SSL 1.56 + Net::SSLeay 1.49/, }, TEST_REQUIRES => { qw/Test::RequiresInternet 0/,