Loading lib/Travelynx.pm +1 −0 Original line number Diff line number Diff line Loading @@ -287,6 +287,7 @@ sub startup { user_agent => $self->ua, root_url => $self->base_url_for('/')->to_abs, version => $self->app->config->{version}, time_zone => 'Europe/Berlin', ); } ); Loading lib/Travelynx/Controller/Traveling.pm +1 −0 Original line number Diff line number Diff line Loading @@ -730,6 +730,7 @@ sub geolocation { Travel::Status::MOTIS->new_p( promise => 'Mojo::Promise', user_agent => $self->ua, time_zone => 'Europe/Berlin', service => $motis_service, stops_by_coordinate => { Loading lib/Travelynx/Helper/MOTIS.pm +3 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,7 @@ sub get_station_by_query_p { cache => $self->{cache}, promise => 'Mojo::Promise', user_agent => Mojo::UserAgent->new, time_zone => 'Europe/Berlin', lwp_options => { timeout => 10, agent => $self->{header}{'User-Agent'}, Loading Loading @@ -101,6 +102,7 @@ sub get_departures_p { cache => $self->{cache}, promise => 'Mojo::Promise', user_agent => Mojo::UserAgent->new, time_zone => 'Europe/Berlin', lwp_options => { timeout => 10, agent => $self->{header}{'User-Agent'}, Loading @@ -125,6 +127,7 @@ sub get_trip_p { cache => $self->{realtime_cache}, promise => 'Mojo::Promise', user_agent => Mojo::UserAgent->new, time_zone => 'Europe/Berlin', service => $opt{service}, trip_id => $opt{trip_id}, Loading Loading
lib/Travelynx.pm +1 −0 Original line number Diff line number Diff line Loading @@ -287,6 +287,7 @@ sub startup { user_agent => $self->ua, root_url => $self->base_url_for('/')->to_abs, version => $self->app->config->{version}, time_zone => 'Europe/Berlin', ); } ); Loading
lib/Travelynx/Controller/Traveling.pm +1 −0 Original line number Diff line number Diff line Loading @@ -730,6 +730,7 @@ sub geolocation { Travel::Status::MOTIS->new_p( promise => 'Mojo::Promise', user_agent => $self->ua, time_zone => 'Europe/Berlin', service => $motis_service, stops_by_coordinate => { Loading
lib/Travelynx/Helper/MOTIS.pm +3 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,7 @@ sub get_station_by_query_p { cache => $self->{cache}, promise => 'Mojo::Promise', user_agent => Mojo::UserAgent->new, time_zone => 'Europe/Berlin', lwp_options => { timeout => 10, agent => $self->{header}{'User-Agent'}, Loading Loading @@ -101,6 +102,7 @@ sub get_departures_p { cache => $self->{cache}, promise => 'Mojo::Promise', user_agent => Mojo::UserAgent->new, time_zone => 'Europe/Berlin', lwp_options => { timeout => 10, agent => $self->{header}{'User-Agent'}, Loading @@ -125,6 +127,7 @@ sub get_trip_p { cache => $self->{realtime_cache}, promise => 'Mojo::Promise', user_agent => Mojo::UserAgent->new, time_zone => 'Europe/Berlin', service => $opt{service}, trip_id => $opt{trip_id}, Loading