-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
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
Remove references to CGI modules in otobo.psgi #1136
Comments
A special case is the support for |
Let the POD reflect actual usage. Added some code tags.
As CGI->compile() is a noop in CGI 4.36, which is the version of Kernel/cpan-lib/CGI.pm
as this is done already in CGI::PSGI::new(). This there is no reason any more for loading the module CGI.
Checked the code and made some small improvements. Test suite still looks fine. Closing this issue. |
There is still some support for CGI.pm like objects in OTOBO 10.0.x. But that is mostly useful during testing. otobo.psgi and
Kernel::System::Web::Request
should not explicitly need any modules in the CGI namespace, with the exceptionCGI::PSGI
. Let's try to eliminate them.The text was updated successfully, but these errors were encountered: