summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-12-03 11:04:24 +0100
committerDaniel Friesel <derf@finalrewind.org>2011-12-03 11:04:24 +0100
commitb272087f7bf83da66360cc0cc46611a4d8efff4e (patch)
treec93d05f8c69f4b1249e2643493eb09120a788d08 /lib
parentb5eb02bb495287175556829a7b89ecc51dd8605e (diff)
note that ->via does not work reliably, remove it from bin/efa
Diffstat (limited to 'lib')
-rw-r--r--lib/Travel/Routing/DE/VRR/Route/Part.pm9
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/Travel/Routing/DE/VRR/Route/Part.pm b/lib/Travel/Routing/DE/VRR/Route/Part.pm
index ae5e916..e49e122 100644
--- a/lib/Travel/Routing/DE/VRR/Route/Part.pm
+++ b/lib/Travel/Routing/DE/VRR/Route/Part.pm
@@ -170,6 +170,13 @@ destination of the line providing the connection
name / number of the line
+=item $part->via
+
+List of stops passed between departure_stop and arrival_stop, as
+C<< [ "DD.MM.YYYY", "HH:MM", stop, platform ] >> hashrefs.
+
+May be empty, these are not always reported by efa.vrr.de.
+
=back
=head1 DIAGNOSTICS
@@ -186,7 +193,7 @@ None.
=head1 BUGS AND LIMITATIONS
-None known.
+$part->via does not work reliably.
=head1 SEE ALSO