diff --git a/lib/CGI/Application.pm b/lib/CGI/Application.pm index 22f8fec..59e3edd 100644 --- a/lib/CGI/Application.pm +++ b/lib/CGI/Application.pm @@ -244,10 +244,10 @@ sub psgi_app { return sub { my $env = shift; - if (not defined $args_to_new->{QUERY}) { + #if (not defined $args_to_new->{QUERY}) { require CGI::PSGI; $args_to_new->{QUERY} = CGI::PSGI->new($env); - } + #} my $webapp = $class->new($args_to_new); return $webapp->run_as_psgi;