Loading lib/DBInfoscreen.pm +2 −0 Original line number Diff line number Diff line Loading @@ -105,6 +105,7 @@ sub startup { log => $self->app->log, main_cache => $self->app->cache_iris_main, realtime_cache => $self->app->cache_iris_rt, root_url => $self->url_for('/')->to_abs, user_agent => $self->ua, version => $VERSION, ); Loading @@ -117,6 +118,7 @@ sub startup { state $hafas = DBInfoscreen::Helper::Wagonorder->new( log => $self->app->log, cache => $self->app->cache_iris_main, root_url => $self->url_for('/')->to_abs, user_agent => $self->ua, version => $VERSION, ); Loading lib/DBInfoscreen/Helper/HAFAS.pm +2 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,8 @@ sub new { $opt{header} = { 'User-Agent' => "dbf/${version} +https://finalrewind.org/projects/db-fakedisplay" }; "dbf/${version} on $opt{root_url} +https://finalrewind.org/projects/db-fakedisplay" }; return bless( \%opt, $class ); Loading lib/DBInfoscreen/Helper/Wagonorder.pm +2 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,8 @@ sub new { $opt{header} = { 'User-Agent' => "dbf/${version} +https://finalrewind.org/projects/db-fakedisplay" }; "dbf/${version} on $opt{root_url} +https://finalrewind.org/projects/db-fakedisplay" }; return bless( \%opt, $class ); Loading Loading
lib/DBInfoscreen.pm +2 −0 Original line number Diff line number Diff line Loading @@ -105,6 +105,7 @@ sub startup { log => $self->app->log, main_cache => $self->app->cache_iris_main, realtime_cache => $self->app->cache_iris_rt, root_url => $self->url_for('/')->to_abs, user_agent => $self->ua, version => $VERSION, ); Loading @@ -117,6 +118,7 @@ sub startup { state $hafas = DBInfoscreen::Helper::Wagonorder->new( log => $self->app->log, cache => $self->app->cache_iris_main, root_url => $self->url_for('/')->to_abs, user_agent => $self->ua, version => $VERSION, ); Loading
lib/DBInfoscreen/Helper/HAFAS.pm +2 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,8 @@ sub new { $opt{header} = { 'User-Agent' => "dbf/${version} +https://finalrewind.org/projects/db-fakedisplay" }; "dbf/${version} on $opt{root_url} +https://finalrewind.org/projects/db-fakedisplay" }; return bless( \%opt, $class ); Loading
lib/DBInfoscreen/Helper/Wagonorder.pm +2 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,8 @@ sub new { $opt{header} = { 'User-Agent' => "dbf/${version} +https://finalrewind.org/projects/db-fakedisplay" }; "dbf/${version} on $opt{root_url} +https://finalrewind.org/projects/db-fakedisplay" }; return bless( \%opt, $class ); Loading