use Plack::Util instead of relying on someone leaking it.

This commit is contained in:
Colin Kuskie 2012-02-10 08:30:31 -08:00
parent 35f1492796
commit 202d073b2d

View file

@ -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;