about summary refs log tree commit diff stats
path: root/cpanfile
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-06-06 19:58:58 +0530
committerAndinus <andinus@nand.sh>2020-06-06 19:58:58 +0530
commitf9a44d8e6d09e5abe7e7a9f2ef58b8952efaa2b1 (patch)
tree224f131065e5b7583ac095af8b59adebee6e9859 /cpanfile
parent2ab43d3a4079da4548332c6a420fb2064144191e (diff)
downloadara-f9a44d8e6d09e5abe7e7a9f2ef58b8952efaa2b1.tar.gz
Add Getopt::Long to cpanfile
Diffstat (limited to 'cpanfile')
-rw-r--r--cpanfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpanfile b/cpanfile
index 240b7b8..a809e67 100644
--- a/cpanfile
+++ b/cpanfile
@@ -3,3 +3,4 @@ requires 'Path::Tiny', '0.114';
 requires 'File::Fetch', '0.56';
 requires 'JSON::MaybeXS', '1.004002';
 requires 'Text::ASCIITable', '0.22';
+requires 'Getopt::Long', '2.5';