From 435ca65a9263344bb2f11b883ecce6b6686b71b1 Mon Sep 17 00:00:00 2001
From: Daniel Friesel <derf@finalrewind.org>
Date: Fri, 25 Sep 2015 00:06:30 +0200
Subject: stopfinder: add language constructor argument to documentation

---
 lib/Travel/Status/DE/HAFAS/StopFinder.pm | 7 +++++++
 1 file changed, 7 insertions(+)

(limited to 'lib')

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 } >>,
-- 
cgit v1.2.3