diff options
author | Andinus <andinus@nand.sh> | 2020-06-06 19:58:58 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-06-06 19:58:58 +0530 |
commit | f9a44d8e6d09e5abe7e7a9f2ef58b8952efaa2b1 (patch) | |
tree | 224f131065e5b7583ac095af8b59adebee6e9859 /cpanfile | |
parent | 2ab43d3a4079da4548332c6a420fb2064144191e (diff) | |
download | ara-f9a44d8e6d09e5abe7e7a9f2ef58b8952efaa2b1.tar.gz |
Add Getopt::Long to cpanfile
Diffstat (limited to 'cpanfile')
-rw-r--r-- | cpanfile | 1 |
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'; |