Skip to content

Commit

Permalink
Issue #1136: load CGI::PSGI only where it is actually used
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Nov 4, 2021
1 parent 95120be commit 2e4987e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Kernel/System/Web/Request.pm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ use namespace::autoclean;
# core modules

# CPAN modules
use CGI;
use CGI; # must be loaded before $CGI::POST_MAX is set
use CGI::PSGI;

# OTOBO modules
use Kernel::System::VariableCheck qw(:all);
Expand Down
1 change: 0 additions & 1 deletion bin/psgi-bin/otobo.psgi
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ use DateTime 1.08;
use Template ();
use CGI ();
use CGI::Carp ();
use CGI::PSGI;
use Module::Refresh;
use Plack::Builder;
use Plack::Request;
Expand Down

0 comments on commit 2e4987e

Please sign in to comment.