r=justdave x2
a=justdave
This commit is contained in:
bbaetz%student.usyd.edu.au 2002-11-09 11:55:27 +00:00
Родитель 7edce1fd98
Коммит 6a5bc95bd6
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -29,6 +29,9 @@ use base qw(CGI);
use Bugzilla::Util;
# We need to disable output buffering - see bug 179174
$| = 1;
# CGI.pm uses AUTOLOAD, but explicitly defines a DESTROY sub.
# We need to do so, too, otherwise perl dies when the object is destroyed
# and we don't have a DESTROY method (because CGI.pm's AUTOLOAD will |die|