diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-08-14 14:46:51 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-08-14 14:46:51 +0200 |
commit | 430eda59e8739d195c79a7b42d5c1fd3a545d46c (patch) | |
tree | 3e861509a9854a71c7479a88de315c28f539618b /lib/Travel/Routing/DE/EFA.pm | |
parent | 0fc9495fc9d3c4a6d13fd58947c433ecbed7511d (diff) |
update additional typos in the documentation
(patch by Gregor Hermann)
Diffstat (limited to 'lib/Travel/Routing/DE/EFA.pm')
-rw-r--r-- | lib/Travel/Routing/DE/EFA.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Travel/Routing/DE/EFA.pm b/lib/Travel/Routing/DE/EFA.pm index 00a4697..245afbf 100644 --- a/lib/Travel/Routing/DE/EFA.pm +++ b/lib/Travel/Routing/DE/EFA.pm @@ -802,13 +802,13 @@ Travel::Routing::DE::EFA - unofficial interface to EFA-based itinerary services for my $route ( $efa->routes ) { for my $part ( $route->parts ) { printf( - "%s at %s -> %s at %s, via %s to %s", + "%s at %s -> %s at %s, via %s to %s\n", $part->departure_time, $part->departure_stop, $part->arrival_time, $part->arrival_stop, $part->train_line, $part->train_destination, ); } - print "\n\n"; + print "\n"; } =head1 VERSION @@ -905,7 +905,7 @@ Journey start time. Default: now =item B<date> => I<DD.MM.>[I<YYYY>] -Journey date. Default: tdoay +Journey date. Default: today =item B<exclude> => \@exclude @@ -1000,7 +1000,7 @@ The following methods act like the arguments to B<new>. See there. =over -=item Travel::Status::DE::VRR::get_efa_urls() +=item Travel::Routing::DE::EFA::get_efa_urls() Returns a list of known EFA entry points. Each list element is a reference to an array consisting of two strings. The first one is the URL (as passed to |