diff options
Diffstat (limited to 'lib/Travel/Status/DE')
-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. |