From 0f870c6ebde05d01988583267cd83dd0d0f45539 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 3 Oct 2022 17:47:33 +0200 Subject: Remove support for XML HAFAS interfaces --- Build.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Build.PL') diff --git a/Build.PL b/Build.PL index b5c8a7b..98098ff 100644 --- a/Build.PL +++ b/Build.PL @@ -22,6 +22,7 @@ Module::Build->new( 'Class::Accessor' => '0.16', 'DateTime' => 0, 'DateTime::Format::Strptime' => 0, + 'Digest::MD5' => 0, 'Getopt::Long' => 0, 'JSON' => 0, 'List::MoreUtils' => 0, @@ -29,7 +30,6 @@ Module::Build->new( 'LWP::UserAgent' => 0, 'LWP::Protocol::https' => 0, 'POSIX' => 0, - 'XML::LibXML' => '1.70', }, script_files => 'bin/', sign => 1, -- cgit v1.2.3