We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This was noticed when working on #321. There is no need to write the captured STDOUT into a file. This is just overhead.
The text was updated successfully, but these errors were encountered:
Issue #328: make it clear that the same params are passed for all int…
327b1a0
…erface modules
Issue #328: use a in memory file handle
f218059
A first test looks good. Let's observe this for a while before closing the issue. If it works fine it could be backported to 10.0.3.
Sorry, something went wrong.
Works fine in rel-10_1. But can't easily be backported to 10_0 as in 10_0 everything is still handled by CGI::Emulate::PSGI; .
CGI::Emulate::PSGI;
No further problems encountered. Closing now.
bschmalhofer
No branches or pull requests
This was noticed when working on #321. There is no need to write the captured STDOUT into a file. This is just overhead.
The text was updated successfully, but these errors were encountered: