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 ++ cpanfile | 2 ++ 2 files changed, 4 insertions(+) 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, }, diff --git a/cpanfile b/cpanfile index 58f4732..3473989 100644 --- a/cpanfile +++ b/cpanfile @@ -4,6 +4,8 @@ requires 'DateTime::Format::Strptime'; requires 'Digest::MD5'; requires 'Getopt::Long'; requires 'JSON'; +requires 'List::MoreUtils'; +requires 'List::Util'; requires 'LWP::UserAgent'; requires 'LWP::Protocol::https'; -- cgit v1.2.3