Add https dependencies to PREREQ_PM
authorMarius Gavrilescu <marius@ieval.ro>
Fri, 10 Feb 2017 17:56:20 +0000 (17:56 +0000)
committerMarius Gavrilescu <marius@ieval.ro>
Fri, 10 Feb 2017 18:01:02 +0000 (18:01 +0000)
Makefile.PL

index af53f7d1ac39040b16eb8366a5192f0711475122..8f2e1c25ba72236eb082f6f08f358a1910f0e964 100644 (file)
@@ -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/,
This page took 0.010599 seconds and 4 git commands to generate.