diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-07-06 19:10:12 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-07-06 19:10:12 +0200 |
commit | b96b0a85287c997e350056c39e9b6bdfcd2a66a4 (patch) | |
tree | bca8ed3c33e75a1b0fe0a5d03421a0c63162a382 /lib | |
parent | d4bfdbcc342038a8311c47d6a21b2b2902b5d880 (diff) |
DeutscheBahn/Result.pm: Clarify route / route_raw filtering
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Travel/Status/DE/DeutscheBahn/Result.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Travel/Status/DE/DeutscheBahn/Result.pm b/lib/Travel/Status/DE/DeutscheBahn/Result.pm index 590be7e..940fd83 100644 --- a/lib/Travel/Status/DE/DeutscheBahn/Result.pm +++ b/lib/Travel/Status/DE/DeutscheBahn/Result.pm @@ -116,6 +116,9 @@ station and its origin/destination. Returns the raw string used to create the route array. +Note that canceled stops are filtered from B<route>, but still present in +B<route_raw>. + =item $result->time Returns the arrival/departure time as string in "hh:mm" format. |