summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2025-01-19 07:59:56 +0100
committerBirte Kristina Friesel <derf@finalrewind.org>2025-01-19 07:59:56 +0100
commit5f8351586f84a161c0595ffe50ed6466ed172611 (patch)
tree072e11f57f5976f12e0096529b6013fa54dedf7e
parent3752edf734b51c5ed7b2e6987941735cd96603a1 (diff)
More documentation updates
-rw-r--r--lib/Travel/Status/DE/HAFAS.pm13
1 files changed, 8 insertions, 5 deletions
diff --git a/lib/Travel/Status/DE/HAFAS.pm b/lib/Travel/Status/DE/HAFAS.pm
index 327af6a..4f0ac53 100644
--- a/lib/Travel/Status/DE/HAFAS.pm
+++ b/lib/Travel/Status/DE/HAFAS.pm
@@ -1143,7 +1143,7 @@ Languages supported by the backend; see the constructor's B<language> argument.
=item B<name> => I<string>
-Service name, e.g. Bay Area Rapid Transit or Deutsche Bahn.
+Service name, e.g. Bay Area Rapid Transit or E<Ouml>sterreichische Bundesbahnen.
=item B<mgate> => I<string>
@@ -1168,7 +1168,7 @@ not present, it is safe to assume that it uses Europe/Berlin.
Returns an array containing all supported HAFAS services. Each element is a
hashref and contains all keys mentioned in B<get_active_service>.
It also contains a B<shortname> key, which is the service name used by
-the constructor's B<service> parameter, e.g. BART or DB.
+the constructor's B<service> parameter, e.g. BART or VRN.
=item Travel::Status::DE::HAFAS::get_service(I<$service>)
@@ -1197,17 +1197,20 @@ None.
=head1 BUGS AND LIMITATIONS
-The non-default services (anything other than DB) are not well tested.
+Some services are not well-tested.
=head1 SEE ALSO
=over
-=item * L<https://dbf.finalrewind.org?hafas=1> provides a web frontend to most
-of this module's features. Set B<hafas=>I<service> to use a specific service.
+=item * L<https://dbf.finalrewind.org?hafas=VRN> provides a web frontend to
+most of this module's features. Set B<hafas=>I<service> to use a specific
+service.
=item * Travel::Routing::DE::HAFAS(3pm) for itineraries.
+=item * Travel::Status::DE::DBRIS(3pm) for Deutsche Bahn services.
+
=back
=head1 AUTHOR