From 526f970df17d6c0a1955c899ca6aa545f6707285 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 22 Sep 2024 09:11:58 +0200 Subject: update dependencies --- Build.PL | 3 ++- cpanfile | 3 ++- lib/Travel/Status/DE/EFA.pm | 11 ++++++----- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/Build.PL b/Build.PL index b56a744..44b1e02 100644 --- a/Build.PL +++ b/Build.PL @@ -21,11 +21,12 @@ Module::Build->new( 'Carp' => 0, 'Class::Accessor' => 0, 'DateTime' => 0, + 'DateTime::Format::Strptime' => 0, 'Getopt::Long' => 0, + 'JSON' => 0, 'List::Util' => 0, 'LWP::UserAgent' => 0, 'LWP::Protocol::https' => 0, - 'XML::LibXML' => 0, }, sign => 1, meta_merge => { diff --git a/cpanfile b/cpanfile index 7f75d31..c88d11b 100644 --- a/cpanfile +++ b/cpanfile @@ -1,11 +1,12 @@ requires 'Carp'; requires 'Class::Accessor'; requires 'DateTime'; +requires 'DateTime::Format::Strptime'; requires 'Getopt::Long'; +requires 'JSON'; requires 'List::Util'; requires 'LWP::UserAgent'; requires 'LWP::Protocol::https'; -requires 'XML::LibXML'; on test => sub { requires 'File::Slurp'; diff --git a/lib/Travel/Status/DE/EFA.pm b/lib/Travel/Status/DE/EFA.pm index 3b05cc1..0f2bdee 100644 --- a/lib/Travel/Status/DE/EFA.pm +++ b/lib/Travel/Status/DE/EFA.pm @@ -9,7 +9,6 @@ our $VERSION = '2.02'; use Carp qw(confess cluck); use DateTime; -use DateTime; use DateTime::Format::Strptime; use Encode qw(encode); use JSON; @@ -737,15 +736,17 @@ None. =item * DateTime(3pm) -=item * LWP::UserAgent(3pm) +=item * DateTime::Format::Strptime(3pm) -=item * XML::LibXML(3pm) +=item * JSON(3pm) + +=item * LWP::UserAgent(3pm) =back =head1 BUGS AND LIMITATIONS -Not all features of the web interface are supported. +The API is not exposed completely. =head1 SEE ALSO @@ -753,7 +754,7 @@ efa-m(1), Travel::Status::DE::EFA::Departure(3pm). =head1 AUTHOR -Copyright (C) 2011-2023 by Birte Kristina Friesel Ederf@finalrewind.orgE +Copyright (C) 2011-2024 by Birte Kristina Friesel Ederf@finalrewind.orgE =head1 LICENSE -- cgit v1.2.3