Loading bin/efa +1 −7 Original line number Diff line number Diff line Loading @@ -126,12 +126,6 @@ sub display_connection { $c->train_line, $c->train_destination, ); if ( $opt->{'extended-info'} and $opt->{'extended-info'} == 2 ) { for my $via ( $c->via ) { printf( "%-5s %-22s %s\n", @{$via}[ 1 .. 3 ] ); } } printf( "%-5s an %s\n\n", $c->arrival_time, $c->arrival_stop_and_platform, ); Loading @@ -148,7 +142,7 @@ GetOptions( date|d=s depart=s exclude|e=s@ extended-info|E+ extended-info|E from=s@{2} help|h ignore-info|I:s Loading lib/Travel/Routing/DE/VRR/Route/Part.pm +8 −1 Original line number Diff line number Diff line Loading @@ -170,6 +170,13 @@ destination of the line providing the connection name / number of the line =item $part->via List of stops passed between departure_stop and arrival_stop, as C<< [ "DD.MM.YYYY", "HH:MM", stop, platform ] >> hashrefs. May be empty, these are not always reported by efa.vrr.de. =back =head1 DIAGNOSTICS Loading @@ -186,7 +193,7 @@ None. =head1 BUGS AND LIMITATIONS None known. $part->via does not work reliably. =head1 SEE ALSO Loading Loading
bin/efa +1 −7 Original line number Diff line number Diff line Loading @@ -126,12 +126,6 @@ sub display_connection { $c->train_line, $c->train_destination, ); if ( $opt->{'extended-info'} and $opt->{'extended-info'} == 2 ) { for my $via ( $c->via ) { printf( "%-5s %-22s %s\n", @{$via}[ 1 .. 3 ] ); } } printf( "%-5s an %s\n\n", $c->arrival_time, $c->arrival_stop_and_platform, ); Loading @@ -148,7 +142,7 @@ GetOptions( date|d=s depart=s exclude|e=s@ extended-info|E+ extended-info|E from=s@{2} help|h ignore-info|I:s Loading
lib/Travel/Routing/DE/VRR/Route/Part.pm +8 −1 Original line number Diff line number Diff line Loading @@ -170,6 +170,13 @@ destination of the line providing the connection name / number of the line =item $part->via List of stops passed between departure_stop and arrival_stop, as C<< [ "DD.MM.YYYY", "HH:MM", stop, platform ] >> hashrefs. May be empty, these are not always reported by efa.vrr.de. =back =head1 DIAGNOSTICS Loading @@ -186,7 +193,7 @@ None. =head1 BUGS AND LIMITATIONS None known. $part->via does not work reliably. =head1 SEE ALSO Loading