Loading index.pl +8 −6 Original line number Diff line number Diff line Loading @@ -420,7 +420,9 @@ sub handle_request { { next; } if ( @train_types and not ( List::MoreUtils::any { $train_type =~ m{^$_} } @train_types )) if ( @train_types and not( List::MoreUtils::any { $train_type =~ m{^$_} } @train_types ) ) { next; } Loading Loading
index.pl +8 −6 Original line number Diff line number Diff line Loading @@ -420,7 +420,9 @@ sub handle_request { { next; } if ( @train_types and not ( List::MoreUtils::any { $train_type =~ m{^$_} } @train_types )) if ( @train_types and not( List::MoreUtils::any { $train_type =~ m{^$_} } @train_types ) ) { next; } Loading