From 9e187f32172ffa7223418a5154dce4ab5fe6d866 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 28 Oct 2022 10:06:34 +0200 Subject: List::MoreUtils and List::Util are required for bin/hafas-m --- Build.PL | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Build.PL') diff --git a/Build.PL b/Build.PL index 04daf99..c2cfd37 100644 --- a/Build.PL +++ b/Build.PL @@ -25,6 +25,8 @@ Module::Build->new( 'Digest::MD5' => 0, 'Getopt::Long' => 0, 'JSON' => 0, + 'List::MoreUtils' => 0, + 'List::Util' => 0, 'LWP::UserAgent' => 0, 'LWP::Protocol::https' => 0, }, -- cgit v1.2.3