note new module versions

This commit is contained in:
Graham Knop 2010-04-16 20:14:32 -05:00
parent 1150528b8a
commit ad68c7bd19
2 changed files with 5 additions and 0 deletions

View file

@ -10,6 +10,7 @@ builder {
my $wg = WebGUI->new( site => $ENV{WEBGUI_CONFIG} );
my $config = $wg->config;
enable 'ForwardedHeaders';
enable 'Log4perl', category => $config->getFilename, conf => WebGUI::Paths->logConfig;
# Reproduce URL handler functionality with middleware