diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-02-20 17:49:28 +0100 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-02-20 17:49:28 +0100 |
commit | a02f519eb4eff269d77cfacb86e149f6a5a9518b (patch) | |
tree | 9a42c7e3843c7bc676f71045ecf8a0262d906fef /Build.PL | |
parent | 6141430b13ac39a606f8bfb8872aea490688abb0 (diff) |
As of today, bahn.de sends gzip-compressed replies
Diffstat (limited to 'Build.PL')
-rw-r--r-- | Build.PL | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ Module::Build->new( 'DateTime::Duration' => 0, 'DateTime::Format::Strptime' => 0, 'Getopt::Long' => 0, + 'IO::Uncompress::Gunzip' => 0, 'JSON' => 0, 'List::Util' => 0, 'LWP::UserAgent' => 0, |