Skip to content

Commit

Permalink
Added debug panel
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Apr 11, 2015
1 parent 3fd50e9 commit 1a4f900
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Literature/script/literature.psgi
Expand Up @@ -3,5 +3,11 @@ use strict;
use warnings;
use Literature;

use Plack::Builder;

my $app = Literature->psgi_app(@_);

builder {
enable 'Debug';
$app;
}

0 comments on commit 1a4f900

Please sign in to comment.