diff options
| author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-12-13 20:12:38 +0100 |
|---|---|---|
| committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-12-13 20:12:38 +0100 |
| commit | d923e5a67cf634954b349285ee2f0bbecc731afc (patch) | |
| tree | 3755597d78e94db1fb5661224fa660ea71b50766 /lib | |
| parent | 43cc94959ee7fc50b43896b4210ff513661101a0 (diff) | |
Journey: product_at is an explicit function, not an implicit accessor
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Travel/Status/DE/HAFAS/Journey.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Travel/Status/DE/HAFAS/Journey.pm b/lib/Travel/Status/DE/HAFAS/Journey.pm index eeb5b61..88704ac 100644 --- a/lib/Travel/Status/DE/HAFAS/Journey.pm +++ b/lib/Travel/Status/DE/HAFAS/Journey.pm @@ -17,7 +17,7 @@ Travel::Status::DE::HAFAS::Journey->mk_ro_accessors( qw(datetime sched_datetime rt_datetime tz_offset is_additional is_cancelled is_partially_cancelled station station_eva platform sched_platform rt_platform operator - product product_at + product id name type type_long class number line line_no load delay route_end route_start origin destination direction) ); |
