Loading lib/Travel/Status/DE/DeutscheBahn.pm +5 −0 Original line number Diff line number Diff line Loading @@ -144,6 +144,11 @@ sub results { next; } my $stop = $1; if ( $stop =~ m{ [(] Halt \s entf.llt [)] }ox ) { next; } push( @via, $stop ); } Loading Loading
lib/Travel/Status/DE/DeutscheBahn.pm +5 −0 Original line number Diff line number Diff line Loading @@ -144,6 +144,11 @@ sub results { next; } my $stop = $1; if ( $stop =~ m{ [(] Halt \s entf.llt [)] }ox ) { next; } push( @via, $stop ); } Loading