about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-06-17 19:21:40 +0530
committerAndinus <andinus@nand.sh>2020-06-17 19:21:40 +0530
commit7a165e74b7695e6731352919143a4aa2cead3f80 (patch)
tree059cb5d1079694e469fec84558eb7046242b881a
parentc0cf802d775588d90a67800ae659aee6cfd632cb (diff)
downloadcrux-7a165e74b7695e6731352919143a4aa2cead3f80.tar.gz
Add cpanfile for crux.pl
-rw-r--r--cpanfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpanfile b/cpanfile
new file mode 100644
index 0000000..6e7a13e
--- /dev/null
+++ b/cpanfile
@@ -0,0 +1,5 @@
+requires 'lib::relative', '1.000';
+requires 'IPC::Run3', '0.048';
+requires 'Getopt::Long', '2.5';
+requires 'Term::ANSIColor', '5.01';
+requires 'Data::Printer', '0.40';