diff options
author | Andinus <andinus@nand.sh> | 2020-06-06 00:27:20 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-06-06 00:27:20 +0530 |
commit | 50ca176c7ebba69ee5268de7feaa1799f4672a44 (patch) | |
tree | 2f30adc3f868173c207b3f81194cf45b0d4d6f5e /cpanfile | |
parent | 792e9c015017ed5e4c4b7eb4cb2f662b9d2b18f8 (diff) | |
download | ara-50ca176c7ebba69ee5268de7feaa1799f4672a44.tar.gz |
Add Text::ASCIITable 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 a999a28..3a64d29 100644 --- a/cpanfile +++ b/cpanfile @@ -3,3 +3,4 @@ requires 'Path::Tiny', '0.114'; requires 'File::Fetch', '0.56'; requires 'JSON::MaybeXS', '1.004002'; requires 'Text::Table::Tiny', '0.05'; +requires 'Text::ASCIITable', '0.22'; |