Loading lib/Travel/Status/DE/HAFAS.pm +11 −14 Original line number Diff line number Diff line Loading @@ -293,7 +293,6 @@ sub results { my $delay = $tr->getAttribute('delay'); my $e_delay = $tr->getAttribute('e_delay'); my $info = $tr->getAttribute('delayReason'); my $routeinfo = $tr->textContent; my @messages; if ( not( $time and $dest ) ) { Loading @@ -307,7 +306,6 @@ sub results { substr( $date, 6, 0, '20' ); $info //= q{}; $routeinfo //= q{}; # delayReason=" " means no delay reason if ( $info eq q{ } ) { Loading @@ -329,7 +327,6 @@ sub results { platform => $platform, new_platform => $new_platform, info => $info, routeinfo_raw => $routeinfo, ) ); } Loading Loading
lib/Travel/Status/DE/HAFAS.pm +11 −14 Original line number Diff line number Diff line Loading @@ -293,7 +293,6 @@ sub results { my $delay = $tr->getAttribute('delay'); my $e_delay = $tr->getAttribute('e_delay'); my $info = $tr->getAttribute('delayReason'); my $routeinfo = $tr->textContent; my @messages; if ( not( $time and $dest ) ) { Loading @@ -307,7 +306,6 @@ sub results { substr( $date, 6, 0, '20' ); $info //= q{}; $routeinfo //= q{}; # delayReason=" " means no delay reason if ( $info eq q{ } ) { Loading @@ -329,7 +327,6 @@ sub results { platform => $platform, new_platform => $new_platform, info => $info, routeinfo_raw => $routeinfo, ) ); } Loading