diff options
author | Andinus <andinus@nand.sh> | 2020-06-13 19:04:43 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-06-13 19:04:43 +0530 |
commit | 57ad6c3eeb47564eb634aac8930bb4b40964f825 (patch) | |
tree | ff4170b796250a16f6faa903a15c16a2edb723b2 /cpanfile | |
parent | 906f285ac23c5291b24003f85b0043ab26b74a7f (diff) | |
download | ara-57ad6c3eeb47564eb634aac8930bb4b40964f825.tar.gz |
Add Term::ANSIColor to cpanfile
Diffstat (limited to 'cpanfile')
-rw-r--r-- | cpanfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpanfile b/cpanfile index b1b21f6..3cd5e12 100644 --- a/cpanfile +++ b/cpanfile @@ -4,6 +4,7 @@ requires 'HTTP::Tiny', '0.076'; requires 'JSON::MaybeXS', '1.004002'; requires 'Text::ASCIITable', '0.22'; requires 'Getopt::Long', '2.5'; +requires 'Term::ANSIColor', '5.01'; requires 'IO::Socket::SSL', '1.42' or 'Net::SSLeay', '1.49'; |