diff options
author | Andinus <andinus@nand.sh> | 2020-06-06 16:25:53 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-06-06 16:25:53 +0530 |
commit | 550297f66b6279d710ca99d30ca3ca96c9b394a6 (patch) | |
tree | 030d893c7d69b93004747777f5a8e506d0eae607 /cpanfile | |
parent | 4ae3bf162a68c9819fb68c2e0f46ef29234cece8 (diff) | |
download | ara-550297f66b6279d710ca99d30ca3ca96c9b394a6.tar.gz |
Remove Text::Table::Tiny from cpanfile
Diffstat (limited to 'cpanfile')
-rw-r--r-- | cpanfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpanfile b/cpanfile index f1101b4..240b7b8 100644 --- a/cpanfile +++ b/cpanfile @@ -2,5 +2,4 @@ requires 'Time::Moment', '0.44'; 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'; |