From c492afe8ca9e40cf01b1902f3d3c6be24da11cfc Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Fri, 27 Mar 2015 20:20:50 +0200 Subject: [PATCH] Remove some useless things from app.psgi --- app.psgi | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 = <