diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-09-02 12:54:21 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-09-02 12:54:21 +0200 |
commit | 780894177a0758d21f4122ba03f15a4bf2c7915f (patch) | |
tree | df180677a6d13b4278035bc73c5e0d8f0d31b289 /lib/Travel | |
parent | 47cc7f66ccd2347ce45436f4e1b4acc84e982b6e (diff) |
Result(3pm): mention that replaced_by / replacement_for refs are weakened
Diffstat (limited to 'lib/Travel')
-rw-r--r-- | lib/Travel/Status/DE/IRIS/Result.pm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/Travel/Status/DE/IRIS/Result.pm b/lib/Travel/Status/DE/IRIS/Result.pm index 634779f..f0eccac 100644 --- a/lib/Travel/Status/DE/IRIS/Result.pm +++ b/lib/Travel/Status/DE/IRIS/Result.pm @@ -1206,15 +1206,15 @@ This is a developer option. It may be removed without prior warning. =item $result->replaced_by -Returns a list of references to Travel::Status::DE::IRIS::Result(3pm) objects -which replace the (usually cancelled) arrival/departure of this train. +Returns a list of weakened references to Travel::Status::DE::IRIS::Result(3pm) +objects which replace the (usually cancelled) arrival/departure of this train. Returns nothing (false / empty list) otherwise. =item $result->replacement_for -Returns a list of references to Travel::Status::DE::IRIS::Result(3pm) objects -which this (usually unplanned) train is meant to replace. -Returns nothing (false / empty list) otherwise. +Returns a list of weakened references to Travel::Status::DE::IRIS::Result(3pm) +objects which this (usually unplanned) train is meant to replace. Returns +nothing (false / empty list) otherwise. =item $result->route |