Loading bin/hafas +1 −1 Original line number Diff line number Diff line Loading @@ -148,7 +148,7 @@ sub parse_mot_options { for my $type ( split( qr{,}, $types ) ) { if ( $type eq 'help' or $type eq 'list' or $type eq q{?} ) { $service //= 'DB'; my $desc = Travel::Status::DE::HAFAS::get_service($service); my $desc = Travel::Routing::DE::HAFAS::get_service($service); if ($desc) { my @mots = @{ $desc->{productbits} }; @mots = grep { $_ ne 'x' } @mots; Loading Loading
bin/hafas +1 −1 Original line number Diff line number Diff line Loading @@ -148,7 +148,7 @@ sub parse_mot_options { for my $type ( split( qr{,}, $types ) ) { if ( $type eq 'help' or $type eq 'list' or $type eq q{?} ) { $service //= 'DB'; my $desc = Travel::Status::DE::HAFAS::get_service($service); my $desc = Travel::Routing::DE::HAFAS::get_service($service); if ($desc) { my @mots = @{ $desc->{productbits} }; @mots = grep { $_ ne 'x' } @mots; Loading