Skip to content
Snippets Groups Projects
Commit 12d0fecd authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

VRR.pm: Update SYNOPSIS

parent 4e6c2251
No related branches found
No related tags found
No related merge requests found
......@@ -613,10 +613,8 @@ Travel::Routing::DE::VRR - inofficial interface to the efa.vrr.de German itinera
destination => [ 'Duisburg', 'HBf' ],
);
$efa->submit();
for my $route ( $efa->routes() ) {
for my $part ( $route->parts() ) {
for my $route ( $efa->routes ) {
for my $part ( $route->parts ) {
printf(
"%s at %s -> %s at %s, via %s to %s",
$part->departure_time, $part->departure_stop,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment