diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-12-03 16:58:10 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-12-03 16:58:10 +0100 |
commit | 5e18c32ce74f9a27e81cb041535cfaad585d8828 (patch) | |
tree | fc4d22cc8e9e3b8ddfa00af75723fff377c2a485 /lib/Travel | |
parent | f7015c9d2842c6c1406c49d95afaaa8769f9e9f5 (diff) |
{i->u}nofficial
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&>. |