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

@ -110,6 +110,9 @@ checkModule("POE::Component::IKC::Server", 0.2001 );
checkModule("POE::Component::Client::HTTP", 0.88 );
checkModule("Plack::Request");
checkModule("Plack::Response");
checkModule("Plack::Middleware::Status");
checkModule("Plack::Middleware::Debug");
checkModule("Plack::Middleware::ForwardedHeaders");
checkModule("URI::Escape", "3.29" );
checkModule("POSIX" );
checkModule("List::Util" );
@ -141,6 +144,7 @@ checkModule("Readonly", "1.03" );
checkModule("Memcached::libmemcached", "0.3102" );
checkModule("Moose", "0.93" );
checkModule("MooseX::Storage", "0.23" );
checkModule("MooseX::NonMoose", '0.07' );
checkModule("namespace::autoclean", "0.09" );
checkModule("Business::PayPal::API", "0.62" );
checkModule("Locales", "0.10" );

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