sub new { my $self = shift; my $app = $self->SUPER::new(@_); #~ $app->{'dbh'} = DBI->connect(); #~ $app->{'cfg'} = Config::Simple->new(); return $app; }