]> Sergey Matveev's repositories - public-inbox.git/blobdiff - public-inbox.cgi
cgi: disable warnings for CGI::NOSTICKY
[public-inbox.git] / public-inbox.cgi
index 557d4923f2e5fa197059b1b59667c57a0865759a..b63223f509fc24cb05905e05c163c621303b7077 100755 (executable)
@@ -21,6 +21,7 @@ BEGIN {
        # TODO: detect and reload config as needed
        if ($ENV{MOD_PERL}) {
                require CGI;
+               no warnings;
                $CGI::NOSTICKY = 1;
                CGI->compile;
        }