summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-09-21 17:19:13 +0200
committerDaniel Friesel <derf@finalrewind.org>2015-09-21 17:19:13 +0200
commitbdd029cdf9eb159d05155a0fb19b5964f52e2138 (patch)
treeeec960b2bebfdf8c94de0be1cdc89b28f4743c02
parent1608d648420def2bdcf54f46c00fa2ebd9ba8bf9 (diff)
DeutscheBahn.pm: Fix names in manual
-rw-r--r--lib/Travel/Status/DE/DeutscheBahn.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Travel/Status/DE/DeutscheBahn.pm b/lib/Travel/Status/DE/DeutscheBahn.pm
index bd85e56..f3e4ba3 100644
--- a/lib/Travel/Status/DE/DeutscheBahn.pm
+++ b/lib/Travel/Status/DE/DeutscheBahn.pm
@@ -22,14 +22,14 @@ __END__
=head1 NAME
-Travel::Status::DE::HAFAS - Interface to HAFAS-based online arrival/departure
-monitors
+Travel::Status::DE::DeutscheBahn - Interface to the online arrival/departure
+monitor operated by Deutsche Bahn
=head1 SYNOPSIS
- use Travel::Status::DE::HAFAS;
+ use Travel::Status::DE::DeutscheBahn;
- my $status = Travel::Status::DE::HAFAS->new(
+ my $status = Travel::Status::DE::DeutscheBahn->new(
station => 'Essen Hbf',
);