summaryrefslogtreecommitdiff
path: root/index.pl
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-12-14 20:45:22 +0100
committerDaniel Friesel <derf@finalrewind.org>2018-12-14 20:45:27 +0100
commita940b8114f99e1a56378815028f4680b2ec1566f (patch)
tree878c64a2125447bc87d1e135ccff974608714abf /index.pl
parent604a55632c5651a40a828734de313ad1dcf47efa (diff)
Revert "append version to frequently changed resources to avoid caching issues"
Cache Busting via query string is discouraged This reverts commit 604a55632c5651a40a828734de313ad1dcf47efa.
Diffstat (limited to 'index.pl')
-rw-r--r--index.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/index.pl b/index.pl
index 9584508..39692ae 100644
--- a/index.pl
+++ b/index.pl
@@ -17,7 +17,6 @@ use utf8;
no if $] >= 5.018, warnings => 'experimental::smartmatch';
our $VERSION = qx{git describe --dirty} || '0.05';
-chomp $VERSION;
my %default = (
backend => 'iris',