Loading lib/Travel/Status/DE/EFA.pm +4 −1 Original line number Diff line number Diff line Loading @@ -347,9 +347,12 @@ sub results { $platform_is_db = 1; } if ($platform_name) { if ( $platform_name and $platform_name =~ m{ ^ (Gleis | Bstg\.)}ox ) { $platform = ( split( / /, $platform_name ) )[1]; } elsif ( $platform_name and not $platform ) { $platform = $platform_name; } push( @results, Loading Loading
lib/Travel/Status/DE/EFA.pm +4 −1 Original line number Diff line number Diff line Loading @@ -347,9 +347,12 @@ sub results { $platform_is_db = 1; } if ($platform_name) { if ( $platform_name and $platform_name =~ m{ ^ (Gleis | Bstg\.)}ox ) { $platform = ( split( / /, $platform_name ) )[1]; } elsif ( $platform_name and not $platform ) { $platform = $platform_name; } push( @results, Loading