diff options
Diffstat (limited to 'lib/Travel')
-rw-r--r-- | lib/Travel/Status/DE/VRR.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Travel/Status/DE/VRR.pm b/lib/Travel/Status/DE/VRR.pm index fe6c941..884ad86 100644 --- a/lib/Travel/Status/DE/VRR.pm +++ b/lib/Travel/Status/DE/VRR.pm @@ -358,7 +358,7 @@ __END__ =head1 NAME -Travel::Status::DE::VRR - inofficial VRR departure monitor +Travel::Status::DE::VRR - unofficial VRR departure monitor =head1 SYNOPSIS @@ -370,7 +370,7 @@ Travel::Status::DE::VRR - inofficial VRR departure monitor for my $d ($status->results) { printf( - "%s %-8s %-5s %s\n", + "%s %d %-5s %s\n", $d->time, $d->platform, $d->line, $d->destination ); } @@ -381,7 +381,7 @@ version 0.02 =head1 DESCRIPTION -Travel::Status::DE::VRR is an inofficial interface to the VRR departure +Travel::Status::DE::VRR is an unofficial interface to the VRR departure monitor available at L<http://efa.vrr.de/vrr/XSLT_DM_REQUEST?language=de&itdLPxx_transpCompany=vrr&>. |