diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-09-12 01:08:39 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-09-12 01:08:39 +0200 |
commit | 71e2135e1a068410ffb1a0469cfeb224c9baa6fe (patch) | |
tree | 65fc2929365ef613305439c89b43b79857fa771c | |
parent | 8c02f22af15556327756d8d7d47816d11072d703 (diff) |
show backend versions
-rw-r--r-- | index.pl | 2 | ||||
-rw-r--r-- | templates/main.html.ep | 6 |
2 files changed, 6 insertions, 2 deletions
@@ -12,7 +12,7 @@ use List::MoreUtils qw(any); use App::VRR::Fakedisplay; use Travel::Status::DE::DeutscheBahn; use Travel::Status::DE::ASEAG; -use Travel::Status::DE::VRR; +use Travel::Status::DE::EFA; no warnings 'uninitialized'; no if $] >= 5.018, warnings => "experimental::smartmatch"; diff --git a/templates/main.html.ep b/templates/main.html.ep index d740eb8..7b8c94b 100644 --- a/templates/main.html.ep +++ b/templates/main.html.ep @@ -182,7 +182,11 @@ interface optimized for Deutsche Bahn departure data</li> <div class="about"> <a href="http://finalrewind.org/projects/vrr-fakedisplay/">vrr-fakedisplay</a> -v<%= $version %> +v<%= $version %><br/> +using<br/> +Travel::Status::DE::ASEAG v<%= $Travel::Status::DE::ASEAG::VERSION %><br/> +Travel::Status::DE::DeutscheBahn v<%= $Travel::Status::DE::DeutscheBahn::VERSION %><br/> +Travel::Status::DE::EFA v<%= $Travel::Status::DE::EFA::VERSION %><br/> </div> </body> |