From b7144014f41ca797229d8645a2f90ae00ba5ba75 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 1 Nov 2018 10:51:44 +0100 Subject: capnfile: Add minimum List::Util version Signed-off-by: Florian Pritz --- META.json | 2 +- cpanfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/META.json b/META.json index 1ca1199..8611629 100644 --- a/META.json +++ b/META.json @@ -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", diff --git a/cpanfile b/cpanfile index 8c51b69..d5db169 100644 --- a/cpanfile +++ b/cpanfile @@ -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'; -- cgit v1.2.3-24-g4f1b