summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2022-10-28 10:06:34 +0200
committerDaniel Friesel <derf@finalrewind.org>2022-10-28 10:06:34 +0200
commit9e187f32172ffa7223418a5154dce4ab5fe6d866 (patch)
treeb4b2678d7ccfd7566d36f8db1deaea2750b690e7 /Build.PL
parenta3c0318d45d170fab930b693a9977123f2cbaebd (diff)
List::MoreUtils and List::Util are required for bin/hafas-m
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL2
1 files changed, 2 insertions, 0 deletions
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,
},