Loading share/find-missing +3 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,9 @@ my $status = Travel::Status::DE::IRIS->new( my @missing; for my $result ( $status->results ) { if ( $result->type eq 'Bus' ) { next; } for my $name ( $result->route_pre, $result->route_post ) { my @matches = Travel::Status::DE::IRIS::Stations::get_station_by_name($name); Loading Loading
share/find-missing +3 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,9 @@ my $status = Travel::Status::DE::IRIS->new( my @missing; for my $result ( $status->results ) { if ( $result->type eq 'Bus' ) { next; } for my $name ( $result->route_pre, $result->route_post ) { my @matches = Travel::Status::DE::IRIS::Stations::get_station_by_name($name); Loading