diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-11-01 10:51:44 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-11-01 10:51:44 +0100 |
commit | b7144014f41ca797229d8645a2f90ae00ba5ba75 (patch) | |
tree | 1871e589c06a97ac435255955349a0311bfe071a | |
parent | b4ca1de6648c11adcff27759d7faa3f89a21eb90 (diff) | |
download | App-BorgRestore-b7144014f41ca797229d8645a2f90ae00ba5ba75.tar.gz App-BorgRestore-b7144014f41ca797229d8645a2f90ae00ba5ba75.tar.xz |
capnfile: Add minimum List::Util version
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | META.json | 2 | ||||
-rw-r--r-- | cpanfile | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -51,7 +51,7 @@ "Getopt::Long" : "0", "IPC::Run" : "0", "JSON" : "0", - "List::Util" : "0", + "List::Util" : "1.33", "Log::Any" : "0", "Log::Any::Adapter::Log4perl" : "0", "Log::Log4perl" : "0", @@ -6,7 +6,7 @@ requires 'Function::Parameters'; requires 'Getopt::Long'; requires 'IPC::Run'; requires 'JSON'; -requires 'List::Util'; +requires 'List::Util', '1.33'; requires 'Log::Any'; requires 'Log::Any::Adapter::Log4perl'; requires 'Log::Log4perl'; |