From ad165e414fc1b8cb7253c481a1d1efa1abcb3036 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 24 Sep 2008 17:48:00 -0700 Subject: [PATCH] * disable CGI::Alert in version.cgi --- cgi/version.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cgi/version.cgi b/cgi/version.cgi index d1e8960b..ed0be630 100755 --- a/cgi/version.cgi +++ b/cgi/version.cgi @@ -15,12 +15,12 @@ BEGIN{ use CGI::Simple; # by default send this message nowhere -use CGI::Alert q(nobody@example.com); +# use CGI::Alert q(nobody@example.com); use Debbugs::Config qw(:config); BEGIN{ - $CGI::Alert::Maintainer = $config{maintainer}; + # $CGI::Alert::Maintainer = $config{maintainer}; } use Debbugs::CGI qw(htmlize_packagelinks html_escape cgi_parameters munge_url); -- 2.39.5