diff options
| author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-06-15 18:56:13 +0200 |
|---|---|---|
| committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-06-15 18:56:13 +0200 |
| commit | 22d7855641ece6dfda7eb5689df88802ee1ce8ff (patch) | |
| tree | 668f554a8ead4d128fe83b1194ab0322d679158c /lib/Travel/Status/DE/EFA/Stop.pm | |
| parent | ef9542106adb6b8ea6cc40f9a98c808b305e6a28 (diff) | |
Stop: Add is_cancelled accessor
Diffstat (limited to 'lib/Travel/Status/DE/EFA/Stop.pm')
| -rw-r--r-- | lib/Travel/Status/DE/EFA/Stop.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Travel/Status/DE/EFA/Stop.pm b/lib/Travel/Status/DE/EFA/Stop.pm index 2860ff5..8cd7186 100644 --- a/lib/Travel/Status/DE/EFA/Stop.pm +++ b/lib/Travel/Status/DE/EFA/Stop.pm @@ -11,7 +11,7 @@ our $VERSION = '3.09'; Travel::Status::DE::EFA::Stop->mk_ro_accessors( qw(sched_arr rt_arr arr arr_delay sched_dep rt_dep dep dep_delay - occupancy delay distance_m + occupancy delay distance_m is_cancelled place name full_name id_num id_code latlon platform niveau) ); |
