diff options
author | Andinus <andinus@nand.sh> | 2020-05-29 23:04:51 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-05-29 23:04:51 +0530 |
commit | 4c9600ccb4e5bc1150dc0a5aafc60c6ad4755c1a (patch) | |
tree | 6cde361ca38b3469cd9b04c43af40e383612c9ab /cpanfile | |
parent | 260704aa95e4615d585396e6a18b5a7bea1083f5 (diff) | |
download | ara-4c9600ccb4e5bc1150dc0a5aafc60c6ad4755c1a.tar.gz |
Add cpanfile
Diffstat (limited to 'cpanfile')
-rw-r--r-- | cpanfile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cpanfile b/cpanfile new file mode 100644 index 0000000..a999a28 --- /dev/null +++ b/cpanfile @@ -0,0 +1,5 @@ +requires 'DateTime', '1.52'; +requires 'Path::Tiny', '0.114'; +requires 'File::Fetch', '0.56'; +requires 'JSON::MaybeXS', '1.004002'; +requires 'Text::Table::Tiny', '0.05'; |