diff options
author | Andinus <andinus@nand.sh> | 2020-06-17 19:21:40 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-06-17 19:21:40 +0530 |
commit | 7a165e74b7695e6731352919143a4aa2cead3f80 (patch) | |
tree | 059cb5d1079694e469fec84558eb7046242b881a /cpanfile | |
parent | c0cf802d775588d90a67800ae659aee6cfd632cb (diff) | |
download | crux-7a165e74b7695e6731352919143a4aa2cead3f80.tar.gz |
Add cpanfile for crux.pl
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..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'; |