Loading Changelog +1 −0 Original line number Diff line number Diff line git HEAD * IRIS->new: Fix default lwp_options value (was documented, but not used) * Result->route_interesting: Also consider airports Travel::Status::DE::IRIS 1.00 - Fri May 01 2015 Loading lib/Travel/Status/DE/IRIS/Result.pm +1 −1 Original line number Diff line number Diff line Loading @@ -633,7 +633,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 +1 −0 Original line number Diff line number Diff line git HEAD * IRIS->new: Fix default lwp_options value (was documented, but not used) * Result->route_interesting: Also consider airports Travel::Status::DE::IRIS 1.00 - Fri May 01 2015 Loading
lib/Travel/Status/DE/IRIS/Result.pm +1 −1 Original line number Diff line number Diff line Loading @@ -633,7 +633,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