about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-08-21 15:44:09 +0530
committerAndinus <andinus@nand.sh>2020-08-21 15:44:09 +0530
commit0576e2027196e94b13eb8281d3d6bf0a419421bc (patch)
treebfc11cc9d9e57a574ea6f724f542e4dd714a1879
parentfabb0d70274058e786fbc60af5052233dcff7c52 (diff)
downloadlyra-0576e2027196e94b13eb8281d3d6bf0a419421bc.tar.gz
Add cpanfile
-rw-r--r--cpanfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpanfile b/cpanfile
new file mode 100644
index 0000000..73229cb
--- /dev/null
+++ b/cpanfile
@@ -0,0 +1,2 @@
+requires 'Path::Tiny', '0.114';
+requires 'IPC::Run3', '0.048';