Loading lib/Travelynx/Helper/DBRIS.pm +4 −0 Original line number Diff line number Diff line Loading @@ -132,6 +132,10 @@ sub get_connections_p { my $promise = Mojo::Promise->new; my $destinations = $opt{destinations}; $self->{log}->debug( "get_connections_p(station => $opt{station}, timestamp => $opt{timestamp})" ); $self->get_departures_p( station => '@L=' . $opt{station}, timestamp => $opt{timestamp}, Loading lib/Travelynx/Helper/EFA.pm +4 −0 Original line number Diff line number Diff line Loading @@ -98,6 +98,10 @@ sub get_connections_p { my $promise = Mojo::Promise->new; my $destinations = $opt{destinations}; $self->{log}->debug( "get_connections_p(service => $opt{service}, station => $opt{name}, timestamp => $opt{timestamp})" ); $self->get_departures_p( service => $opt{service}, name => $opt{name}, Loading lib/Travelynx/Helper/IRIS.pm +4 −0 Original line number Diff line number Diff line Loading @@ -206,6 +206,10 @@ sub get_connections_p { my $promise = Mojo::Promise->new; my $destinations = $opt{destinations}; $self->{log}->debug( "get_connections_p(station => $opt{station}, timestamp => $opt{timestamp})" ); $self->get_departures_p( station => $opt{station}, timestamp => $opt{timestamp}, Loading Loading
lib/Travelynx/Helper/DBRIS.pm +4 −0 Original line number Diff line number Diff line Loading @@ -132,6 +132,10 @@ sub get_connections_p { my $promise = Mojo::Promise->new; my $destinations = $opt{destinations}; $self->{log}->debug( "get_connections_p(station => $opt{station}, timestamp => $opt{timestamp})" ); $self->get_departures_p( station => '@L=' . $opt{station}, timestamp => $opt{timestamp}, Loading
lib/Travelynx/Helper/EFA.pm +4 −0 Original line number Diff line number Diff line Loading @@ -98,6 +98,10 @@ sub get_connections_p { my $promise = Mojo::Promise->new; my $destinations = $opt{destinations}; $self->{log}->debug( "get_connections_p(service => $opt{service}, station => $opt{name}, timestamp => $opt{timestamp})" ); $self->get_departures_p( service => $opt{service}, name => $opt{name}, Loading
lib/Travelynx/Helper/IRIS.pm +4 −0 Original line number Diff line number Diff line Loading @@ -206,6 +206,10 @@ sub get_connections_p { my $promise = Mojo::Promise->new; my $destinations = $opt{destinations}; $self->{log}->debug( "get_connections_p(station => $opt{station}, timestamp => $opt{timestamp})" ); $self->get_departures_p( station => $opt{station}, timestamp => $opt{timestamp}, Loading