diff options
author | Daniel Friesel <derf@finalrewind.org> | 2022-09-23 19:22:22 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2022-09-23 19:22:22 +0200 |
commit | 8198c9fe23f8281052a132cee820585cd665ea20 (patch) | |
tree | 8ee6ff65ee39e7f6347f4ecc080f4f09c02ba13a | |
parent | 43670858870082aa1f2c6f7c54ea6920dad9e35a (diff) |
Static: remove unused $travelynx_version
-rw-r--r-- | lib/Travelynx/Controller/Static.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Travelynx/Controller/Static.pm b/lib/Travelynx/Controller/Static.pm index b5ee0b8..3d82dd9 100644 --- a/lib/Travelynx/Controller/Static.pm +++ b/lib/Travelynx/Controller/Static.pm @@ -5,8 +5,6 @@ package Travelynx::Controller::Static; # SPDX-License-Identifier: AGPL-3.0-or-later use Mojo::Base 'Mojolicious::Controller'; -my $travelynx_version = qx{git describe --dirty} || 'experimental'; - sub about { my ($self) = @_; |