Loading Changelog +2 −0 Original line number Diff line number Diff line git HEAD * IRIS / db-iris: Add lookahead option * db-iris: Fix --via not matching destination of trains with incomplete route data Travel::Status::DE::IRIS 0.02 - Mon Feb 03 2014 Loading bin/db-iris +2 −1 Original line number Diff line number Diff line Loading @@ -272,7 +272,8 @@ for my $d ( $status->results() ) { my @via; @via = $d->route_post; # route may be incomplete, so check route_end as well @via = ( $d->route_post, $d->route_end ); if ( ( $filter_via and not( first { $_ =~ m{$filter_via}io } @via ) ) or ( @grep_class and none { $_ ~~ \@grep_class } $d->classes ) Loading Loading
Changelog +2 −0 Original line number Diff line number Diff line git HEAD * IRIS / db-iris: Add lookahead option * db-iris: Fix --via not matching destination of trains with incomplete route data Travel::Status::DE::IRIS 0.02 - Mon Feb 03 2014 Loading
bin/db-iris +2 −1 Original line number Diff line number Diff line Loading @@ -272,7 +272,8 @@ for my $d ( $status->results() ) { my @via; @via = $d->route_post; # route may be incomplete, so check route_end as well @via = ( $d->route_post, $d->route_end ); if ( ( $filter_via and not( first { $_ =~ m{$filter_via}io } @via ) ) or ( @grep_class and none { $_ ~~ \@grep_class } $d->classes ) Loading