Think twice before "improving" anything Haarg has committed

This commit is contained in:
Patrick Donelan 2010-04-17 19:49:53 -04:00
parent 8b05bc9f4d
commit ecc9967f2e
2 changed files with 55 additions and 62 deletions

View file

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