Loading cgi/index.pl +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ use utf8; no if $] >= 5.018, warnings => "experimental::smartmatch"; our $VERSION = '0.04'; our $VERSION = qx{git describe --dirty} || '0.04'; my $refresh_interval = 900; Loading Loading
cgi/index.pl +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ use utf8; no if $] >= 5.018, warnings => "experimental::smartmatch"; our $VERSION = '0.04'; our $VERSION = qx{git describe --dirty} || '0.04'; my $refresh_interval = 900; Loading