diff options
author | Andinus <andinus@nand.sh> | 2020-08-21 15:44:09 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-08-21 15:44:09 +0530 |
commit | 0576e2027196e94b13eb8281d3d6bf0a419421bc (patch) | |
tree | bfc11cc9d9e57a574ea6f724f542e4dd714a1879 /cpanfile | |
parent | fabb0d70274058e786fbc60af5052233dcff7c52 (diff) | |
download | lyra-0576e2027196e94b13eb8281d3d6bf0a419421bc.tar.gz |
Add cpanfile
Diffstat (limited to 'cpanfile')
-rw-r--r-- | cpanfile | 2 |
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'; |