Remove some useless things from app.psgi
authorMarius Gavrilescu <marius@ieval.ro>
Fri, 27 Mar 2015 18:20:50 +0000 (20:20 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Fri, 27 Mar 2015 18:20:50 +0000 (20:20 +0200)
app.psgi

index 1181e13d4bf718702fc5b6e31758058e29ddc613..8fbc2c01337e9f910105510c77bea4fc6b95bdad 100644 (file)
--- 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 = <<CSP;
 default-src 'none'
This page took 0.010713 seconds and 4 git commands to generate.