about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-06-15 23:39:56 +0530
committerAndinus <andinus@nand.sh>2020-06-15 23:39:56 +0530
commitb47c516b8c094a2f4e962e97116606e039caed34 (patch)
tree34bb07eb8dc07d2d9721d2bb883d4d84a5155d4b
parent9833a1ec1536d83d9f845061439f5a53df878945 (diff)
downloadara-b47c516b8c094a2f4e962e97116606e039caed34.tar.gz
Fix cpanfile, require Net::SSLeay
-rw-r--r--cpanfile5
1 files changed, 2 insertions, 3 deletions
diff --git a/cpanfile b/cpanfile
index 1af9537..4327a0a 100644
--- a/cpanfile
+++ b/cpanfile
@@ -6,6 +6,5 @@ requires 'Text::ASCIITable', '0.22';
 requires 'Getopt::Long', '2.5';
 requires 'Term::ANSIColor', '5.01';
 requires 'Number::Format::SouthAsian', '0.10';
-
-requires 'IO::Socket::SSL', '1.42'
-    or 'Net::SSLeay', '1.49';
+requires 'IO::Socket::SSL', '1.56';
+requires 'Net::SSLeay', '1.49';