Loading Changelog +4 −0 Original line number Diff line number Diff line git HEAD * Result->route_interesting: Also consider airports Travel::Status::DE::DeutscheBahn 1.04 - Sun May 03 2015 * Result: Add type accessor Loading lib/Travel/Status/DE/DeutscheBahn/Result.pm +1 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,7 @@ sub route_interesting { $max_parts //= 3; for my $stop (@via) { if ( $stop =~ m{ ?Hbf}o ) { if ( $stop =~ m{ Hbf | Flughafen }ox ) { push( @via_main, $stop ); } } Loading Loading
Changelog +4 −0 Original line number Diff line number Diff line git HEAD * Result->route_interesting: Also consider airports Travel::Status::DE::DeutscheBahn 1.04 - Sun May 03 2015 * Result: Add type accessor Loading
lib/Travel/Status/DE/DeutscheBahn/Result.pm +1 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,7 @@ sub route_interesting { $max_parts //= 3; for my $stop (@via) { if ( $stop =~ m{ ?Hbf}o ) { if ( $stop =~ m{ Hbf | Flughafen }ox ) { push( @via_main, $stop ); } } Loading