]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
The mod_perl CGI.pm fix caused Bugzilla.pm to throw a warning on every
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Mon, 14 Mar 2011 05:11:57 +0000 (22:11 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Mon, 14 Mar 2011 05:11:57 +0000 (22:11 -0700)
commit40769a8b8f7db1b542b37776e8139d0f338bfbf7
treea9049239cea6e8c6a0710d35ccf47927e004a656
parentebc758fb5c94f7441827b8f8201ff3170addcbc7
The mod_perl CGI.pm fix caused Bugzilla.pm to throw a warning on every
invocation that didn't have $SIG{TERM} and $SIG{PIPE} set (for example,
during command-line scripts).

https://bugzilla.mozilla.org/show_bug.cgi?id=637977
Bugzilla.pm