diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-09-17 17:53:36 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-09-17 17:53:36 +0200 |
commit | 8b8dfe564faabc7d3ede40b529fcae8fecb3b0dd (patch) | |
tree | 13b6e716b21f4fccf20198ea21dd0c180b34ab94 /lib/Travel/Status | |
parent | 12888c2cfe2494f51df8d661e692c292e6f26b61 (diff) |
StopFinder: document lwp_options parameter
Diffstat (limited to 'lib/Travel/Status')
-rw-r--r-- | lib/Travel/Status/DE/HAFAS/StopFinder.pm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Travel/Status/DE/HAFAS/StopFinder.pm b/lib/Travel/Status/DE/HAFAS/StopFinder.pm index 3327af2..b654d84 100644 --- a/lib/Travel/Status/DE/HAFAS/StopFinder.pm +++ b/lib/Travel/Status/DE/HAFAS/StopFinder.pm @@ -157,6 +157,11 @@ Base I<url> of the stop finder service, without the language and mode suffix ("/dn" and similar). Mandatory. See Travel::Status::DE::HAFAS(3pm)'s B<get_services> method for a list of URLs. +=item B<lwp_options> => I<\%hashref> + +Passed on to C<< LWP::UserAgent->new >>. Defaults to C<< { timeout => 10 } >>, +you can use an empty hashref to override it. + =back =item $status->errstr |