X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=cgi%2Fbugreport.cgi;fp=cgi%2Fbugreport.cgi;h=088f43b874c24dc6fd9c8ce1599bac32ac4489ba;hb=f80106b5aa44579d927790ba9f1a60bde259dd81;hp=ad35fd509d7d3550d134312112fc18da03c322ca;hpb=3b1e1d66955e0e1d0b82be0e91fc356c5cefaedf;p=debbugs.git diff --git a/cgi/bugreport.cgi b/cgi/bugreport.cgi index ad35fd5..088f43b 100755 --- a/cgi/bugreport.cgi +++ b/cgi/bugreport.cgi @@ -66,7 +66,7 @@ if (defined $config{database}) { } use CGI::Simple; -my $q = new CGI::Simple; +my $q = CGI::Simple->new(); # STDOUT should be using the utf8 io layer binmode(STDOUT,':raw:encoding(UTF-8)');