Skip to content

Commit

Permalink
Issue #1136: Calling CGI->compile() was useless
Browse files Browse the repository at this point in the history
As CGI->compile() is a noop in CGI 4.36, which is the version of Kernel/cpan-lib/CGI.pm
  • Loading branch information
bschmalhofer committed Nov 4, 2021
1 parent 2e4987e commit eabe03c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bin/psgi-bin/otobo.psgi
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,6 @@ eval {
require Net::DNS;
};

# this might improve performance
CGI->compile(':cgi');

# The OTOBO home is determined from the location of otobo.psgi.
my $Home = abs_path("$Bin/../..");

Expand Down

0 comments on commit eabe03c

Please sign in to comment.