about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-06-13 19:04:43 +0530
committerAndinus <andinus@nand.sh>2020-06-13 19:04:43 +0530
commit57ad6c3eeb47564eb634aac8930bb4b40964f825 (patch)
treeff4170b796250a16f6faa903a15c16a2edb723b2
parent906f285ac23c5291b24003f85b0043ab26b74a7f (diff)
downloadara-57ad6c3eeb47564eb634aac8930bb4b40964f825.tar.gz
Add Term::ANSIColor to cpanfile
-rw-r--r--cpanfile1
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';