about summary refs log tree commit diff stats
path: root/cpanfile
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-05-29 23:04:51 +0530
committerAndinus <andinus@nand.sh>2020-05-29 23:04:51 +0530
commit4c9600ccb4e5bc1150dc0a5aafc60c6ad4755c1a (patch)
tree6cde361ca38b3469cd9b04c43af40e383612c9ab /cpanfile
parent260704aa95e4615d585396e6a18b5a7bea1083f5 (diff)
downloadara-4c9600ccb4e5bc1150dc0a5aafc60c6ad4755c1a.tar.gz
Add cpanfile
Diffstat (limited to 'cpanfile')
-rw-r--r--cpanfile5
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';