diff options
author | Andinus <andinus@nand.sh> | 2020-06-14 21:22:06 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-06-14 21:24:23 +0530 |
commit | d19834d8829b50b688b16c1f7f5e979f36d6f569 (patch) | |
tree | d7b97dfe62dd72e9e994870fe26bb01706c7d07d /cpanfile | |
parent | 7c5d71cce3654d8cb06aec8be0f1753592b538fb (diff) | |
download | ara-d19834d8829b50b688b16c1f7f5e979f36d6f569.tar.gz |
Format numbers with Number::Format::SouthAsian, add 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 851ef24..1af9537 100644 --- a/cpanfile +++ b/cpanfile @@ -5,6 +5,7 @@ requires 'JSON::MaybeXS', '1.004002'; requires 'Text::ASCIITable', '0.22'; requires 'Getopt::Long', '2.5'; requires 'Term::ANSIColor', '5.01'; +requires 'Number::Format::SouthAsian', '0.10'; requires 'IO::Socket::SSL', '1.42' or 'Net::SSLeay', '1.49'; |