X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=app.psgi;h=8fbc2c01337e9f910105510c77bea4fc6b95bdad;hb=bb1a2009de2397fad3da3c78975f107ccca243ef;hp=1181e13d4bf718702fc5b6e31758058e29ddc613;hpb=93c81af3918c6e7478f3340a97ea2f2a3f0dd253;p=plack-app-gruntmaster.git diff --git a/app.psgi b/app.psgi index 1181e13..8fbc2c0 100644 --- a/app.psgi +++ b/app.psgi @@ -1,6 +1,6 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl use v5.14; -no if $] >= 5.017011, warnings => 'experimental::smartmatch'; +use warnings; use Gruntmaster::Data; use Plack::App::Gruntmaster; @@ -8,8 +8,6 @@ use Plack::Builder; use Plack::Util; use Log::Log4perl; -use constant AUTH_TIMEOUT => 5 * 60; - sub CONTENT_SECURITY_POLICY () { my $csp = <