From ab624d4ef50a97f3fac3a24e8f3e26e8e989535a Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 24 Oct 2022 22:03:09 +0200 Subject: List::MoreUtils and List::Util are no longer required --- Build.PL | 2 -- cpanfile | 2 -- lib/Travel/Status/DE/HAFAS.pm | 1 - 3 files changed, 5 deletions(-) diff --git a/Build.PL b/Build.PL index c2cfd37..04daf99 100644 --- a/Build.PL +++ b/Build.PL @@ -25,8 +25,6 @@ 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 3473989..58f4732 100644 --- a/cpanfile +++ b/cpanfile @@ -4,8 +4,6 @@ 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'; diff --git a/lib/Travel/Status/DE/HAFAS.pm b/lib/Travel/Status/DE/HAFAS.pm index f1600ee..986e7fc 100644 --- a/lib/Travel/Status/DE/HAFAS.pm +++ b/lib/Travel/Status/DE/HAFAS.pm @@ -15,7 +15,6 @@ use DateTime::Format::Strptime; use Digest::MD5 qw(md5_hex); use Encode qw(decode encode); use JSON; -use List::Util qw(any); use LWP::UserAgent; use Travel::Status::DE::HAFAS::Message; use Travel::Status::DE::HAFAS::Polyline qw(decode_polyline); -- cgit v1.2.3