diff options
author | Andinus <andinus@nand.sh> | 2020-06-30 11:28:23 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-06-30 11:28:23 +0530 |
commit | 16d9c289e912cb6eb49c86be012932193370723c (patch) | |
tree | a36cd81329f53097c9448bf482c1bc5c23668fd9 | |
parent | 288a6732699ee1201e200c224f382b8fe4be4995 (diff) | |
download | crux-16d9c289e912cb6eb49c86be012932193370723c.tar.gz |
Update dependencies in cpanfile
-rw-r--r-- | cpanfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpanfile b/cpanfile index 6e7a13e..35c85c1 100644 --- a/cpanfile +++ b/cpanfile @@ -3,3 +3,6 @@ requires 'IPC::Run3', '0.048'; requires 'Getopt::Long', '2.5'; requires 'Term::ANSIColor', '5.01'; requires 'Data::Printer', '0.40'; +requires 'URI', '1.76'; +requires 'HTTP::Tiny', '0.076'; +requires 'Carp', '1.50'; |