diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-03-27 07:06:41 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-03-27 07:06:41 +0100 |
commit | d45e7823ac80aa400c62e31ff5b3442804e41eba (patch) | |
tree | e8ff081f058d5e7067ce9ddfbbefe8ffc0ee92b9 /lib/Travel/Status/DE/HAFAS.pm | |
parent | e430b920d3cce7d3b971d68147ddd883fc2f520f (diff) |
HAFAS(3pm): note that messages may also be related to journey stops
Diffstat (limited to 'lib/Travel/Status/DE/HAFAS.pm')
-rw-r--r-- | lib/Travel/Status/DE/HAFAS.pm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/Travel/Status/DE/HAFAS.pm b/lib/Travel/Status/DE/HAFAS.pm index cbd23cc..25b8a6f 100644 --- a/lib/Travel/Status/DE/HAFAS.pm +++ b/lib/Travel/Status/DE/HAFAS.pm @@ -1206,8 +1206,9 @@ If no result was found or the parser / http request failed, returns undef. =item $status->messages -Returns a list of Travel::Status::DE::HAFAS::Message(3pm) objects with -service messages. Each message belongs to at least one arrival/departure. +Returns a list of Travel::Status::DE::HAFAS::Message(3pm) objects with service +messages. Each message belongs to at least one arrival/departure (station, +journey) or to at least stop alongside its route (journey). =item $status->station @@ -1298,7 +1299,7 @@ Travel::Status::DE::HAFAS::Journey(3pm), Travel::Status::DE::HAFAS::StopFinder(3 =head1 AUTHOR -Copyright (C) 2015-2023 by Birte Kristina Friesel E<lt>derf@finalrewind.orgE<gt> +Copyright (C) 2015-2024 by Birte Kristina Friesel E<lt>derf@finalrewind.orgE<gt> =head1 LICENSE |