diff options
author | Andinus <andinus@nand.sh> | 2020-06-15 23:39:56 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-06-15 23:39:56 +0530 |
commit | b47c516b8c094a2f4e962e97116606e039caed34 (patch) | |
tree | 34bb07eb8dc07d2d9721d2bb883d4d84a5155d4b /cpanfile | |
parent | 9833a1ec1536d83d9f845061439f5a53df878945 (diff) | |
download | ara-b47c516b8c094a2f4e962e97116606e039caed34.tar.gz |
Fix cpanfile, require Net::SSLeay
Diffstat (limited to 'cpanfile')
-rw-r--r-- | cpanfile | 5 |
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'; |