From 5e18c32ce74f9a27e81cb041535cfaad585d8828 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 3 Dec 2011 16:58:10 +0100 Subject: {i->u}nofficial --- lib/Travel/Status/DE/VRR.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/Travel/Status') 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. -- cgit v1.2.3