diff options
author | Andinus <andinus@nand.sh> | 2020-08-03 00:16:06 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-08-03 00:16:06 +0530 |
commit | d3a34d1e21ad1ba85992186cd94bab021b69cbc7 (patch) | |
tree | 7022b7c920bb8941eb4615345091927687ba5a34 /cpanfile | |
parent | 4af2e54cedd28d11150f7c339cb53ba4adc64258 (diff) | |
download | ara-d3a34d1e21ad1ba85992186cd94bab021b69cbc7.tar.gz |
Add Term::Size 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 4327a0a..8b9356b 100644 --- a/cpanfile +++ b/cpanfile @@ -8,3 +8,4 @@ requires 'Term::ANSIColor', '5.01'; requires 'Number::Format::SouthAsian', '0.10'; requires 'IO::Socket::SSL', '1.56'; requires 'Net::SSLeay', '1.49'; +requires 'Term::Size', '0.209'; |