use Plack::Util instead of relying on someone leaking it.
This commit is contained in:
parent
35f1492796
commit
202d073b2d
1 changed files with 1 additions and 0 deletions
1
app.psgi
1
app.psgi
|
|
@ -15,6 +15,7 @@
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use Plack::Builder;
|
use Plack::Builder;
|
||||||
|
use Plack::Util;
|
||||||
|
|
||||||
use WebGUI::Paths -inc;
|
use WebGUI::Paths -inc;
|
||||||
use WebGUI::Config;
|
use WebGUI::Config;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue