Temporary preloading

This commit is contained in:
Patrick Donelan 2010-04-17 19:37:46 -04:00
parent 9621120825
commit 8b05bc9f4d

View file

@ -2,7 +2,9 @@ use strict;
use Plack::Builder;
use Plack::App::File;
use WebGUI;
use WebGUI::Paths;
use WebGUI::Paths -preload;
use DBI;
DBI->install_driver("mysql");
use WebGUI::Middleware::Debug::Performance;
my $config = $ENV{WEBGUI_CONFIG};