summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2022-10-03 17:47:33 +0200
committerDaniel Friesel <derf@finalrewind.org>2022-10-03 17:47:33 +0200
commit0f870c6ebde05d01988583267cd83dd0d0f45539 (patch)
tree7524a26ccba94d9c3fa0181ca8847557c07c48bb /Build.PL
parent525724d48ad2fb65e4635f3582cb7e86b612fb74 (diff)
Remove support for XML HAFAS interfaces
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL2
1 files changed, 1 insertions, 1 deletions
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,