Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Dec 2002 19:05:01 -0700 (MST)
From:      Troy Bowman <troy@dublan.net>
To:        ports@freebsd.org
Subject:   CGI::Lite fix
Message-ID:  <20021217190359.U62079-100000@manuel.dublan.net>

next in thread | raw e-mail | index | archive | help

I've tried to mail the author of CGI::Lite, but his email address
(shishir@ora.com) bounces, user unknown.  Maybe at least we could make a
patch for the FreeBSD port.  If you know the true address for the
maintainer, by all means, please forward this on.

I had an inetermittent problem while using mod_layout, and tracked it
down to CGI::Lite.  The whole problem is that mod_layout sometimes gets
the "[ Reading query from standard input. Press ^D to stop! ]" output as
a header, and croaks on it.  I noticed that CGI.pm prints their
"(offline mode: enter name=value pairs on standard input)" to STDERR.

To fix this, please change line 695 of Lite.pm from:

print "[ Reading query from standard input. Press ^D to stop! ]\n";

to

print STDERR "[ Reading query from standard input. Press ^D to stop! ]\n";

Thanks!

../troy




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021217190359.U62079-100000>