diff options
author | Andinus <andinus@nand.sh> | 2020-06-14 04:00:01 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-06-14 04:01:23 +0530 |
commit | 9effa95d10e34bc25b8a8e271ce47896d7f23880 (patch) | |
tree | b2ad80420fb64e16c725c1a1aee9ea325a6828ac /cpanfile | |
parent | 5062d10397b5e34f30606b0260a418f9feb1a34a (diff) | |
download | ara-9effa95d10e34bc25b8a8e271ce47896d7f23880.tar.gz |
Add HTTP::Simple to cpanfile, remove HTTP::Tiny
Diffstat (limited to 'cpanfile')
-rw-r--r-- | cpanfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpanfile b/cpanfile index 3cd5e12..851ef24 100644 --- a/cpanfile +++ b/cpanfile @@ -1,6 +1,6 @@ requires 'Time::Moment', '0.44'; requires 'Path::Tiny', '0.114'; -requires 'HTTP::Tiny', '0.076'; +requires 'HTTP::Simple', '0.004'; requires 'JSON::MaybeXS', '1.004002'; requires 'Text::ASCIITable', '0.22'; requires 'Getopt::Long', '2.5'; |