Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The new CGI object must be send as a parameter, not directly assigned to $app->query; Changed line 165 from: $app->query = CGI->new( $app->{no_read_body} ? {} : () ); to $app->query ( CGI->new( $app->{no_read_body} ? {} : () ));
- Loading branch information