From 4c49bfd4b33f821d06967b9321b3cd92d9329934 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Thu, 23 Nov 2023 18:23:05 +0100 Subject: Route/Part: Document delay in ->via --- lib/Travel/Routing/DE/EFA/Route/Part.pm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/Travel/Routing/DE/EFA/Route/Part.pm b/lib/Travel/Routing/DE/EFA/Route/Part.pm index fb94291..773287e 100644 --- a/lib/Travel/Routing/DE/EFA/Route/Part.pm +++ b/lib/Travel/Routing/DE/EFA/Route/Part.pm @@ -355,9 +355,10 @@ In those cases, B and B are usually empty. =item $part->via -Returns a list of C<< [ "DD.MM.YYYY", "HH:MM", stop, platform ] >> arrayrefs -encoding the stops passed between B and B, -if supported by the backend. Returns nothing / an empty list otherwise. +Returns a list of C<< [ "DD.MM.YYYY", "HH:MM", stop, platform, delay ] >> +arrayrefs encoding the stops passed between B and +B, if supported by the backend. Returns nothing / an empty list +otherwise. Date and time refer to schedule data and do not account for delays. =back -- cgit v1.2.3