From 3fb4c4a79195c66705ba595840fb65d3ed3f6d23 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Thu, 16 Aug 2018 05:32:35 +0100 Subject: [PATCH] Added missing prereq Log::Any as reported by CPANTS. --- cpanfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpanfile b/cpanfile index 7836e311..640e53bc 100644 --- a/cpanfile +++ b/cpanfile @@ -10,7 +10,7 @@ requires 'IO::Async::Loop::Mojo'; requires 'Scalar::Util'; requires 'Unicode::Normalize', '>= 1.25'; requires 'perl', '5.014'; - +requires 'Log::Any', 0; requires 'Job::Async', 0; on configure => sub {