summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-09-25 00:06:30 +0200
committerDaniel Friesel <derf@finalrewind.org>2015-09-25 00:06:30 +0200
commit435ca65a9263344bb2f11b883ecce6b6686b71b1 (patch)
tree21bdd9dbf9ef0d7496a4db2d988f32cc93e069b8
parent62c49900786659b88678109a0bab912210e2ad7d (diff)
stopfinder: add language constructor argument to documentation
-rw-r--r--lib/Travel/Status/DE/HAFAS/StopFinder.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/Travel/Status/DE/HAFAS/StopFinder.pm b/lib/Travel/Status/DE/HAFAS/StopFinder.pm
index f29d24c..8506826 100644
--- a/lib/Travel/Status/DE/HAFAS/StopFinder.pm
+++ b/lib/Travel/Status/DE/HAFAS/StopFinder.pm
@@ -158,6 +158,13 @@ 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<language> => I<language>
+
+Set language. Accepted arguments are B<d>eutsch, B<e>nglish, B<i>talian and
+B<n> (dutch), depending on the used service.
+
+It is unknown if this option has any effect.
+
=item B<lwp_options> => I<\%hashref>
Passed on to C<< LWP::UserAgent->new >>. Defaults to C<< { timeout => 10 } >>,