>   +# make sure we are in a sane environment.
>   +$ENV{GATEWAY_INTERFACE} =~ /^CGI-Perl/ or die "GATEWAY_INTERFACE not Perl!";

please don't use that uglyness anymore, we have the cleaner and more logic
$ENV{MOD_PERL} for quite a while now.  actually, i would like to remove
eg/ from the distribution altogether, it's way out of date, and not very
useful now that we have the guide, the book, and a pile of Apache::*
modules on cpan.

Reply via email to