diff options
author | Andinus <andinus@nand.sh> | 2020-06-10 17:15:08 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-06-10 17:15:08 +0530 |
commit | 0ff1f3d221ad52608ccfeb0e470b196a23395823 (patch) | |
tree | 12eaa17198d5336bedf687135a8ccb5167582fec /cpanfile | |
parent | b4e3aa288325e8541caaa30b53c9e6ced25273a4 (diff) | |
download | ara-0ff1f3d221ad52608ccfeb0e470b196a23395823.tar.gz |
Switch to HTTP::Tiny, add to cpanfile
HTTP::Tiny has more options.
Diffstat (limited to 'cpanfile')
-rw-r--r-- | cpanfile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cpanfile b/cpanfile index a809e67..b1b21f6 100644 --- a/cpanfile +++ b/cpanfile @@ -1,6 +1,9 @@ requires 'Time::Moment', '0.44'; requires 'Path::Tiny', '0.114'; -requires 'File::Fetch', '0.56'; +requires 'HTTP::Tiny', '0.076'; requires 'JSON::MaybeXS', '1.004002'; requires 'Text::ASCIITable', '0.22'; requires 'Getopt::Long', '2.5'; + +requires 'IO::Socket::SSL', '1.42' + or 'Net::SSLeay', '1.49'; |