$ apachectl start
Syntax error on line 1024 of /home/andrew/apache/conf/httpd.conf:
unknown field
passed to constructor for class HTML::Mason::ExceptionCompilation failed in require at (eval 4) line 3.
/home/andrew/apache/bin/apachectl start: httpd could not be started
####
SetHandler perl-script
PerlHandler HTML::Mason::ApacheHandler
####
[Mon Aug 1 10:01:09 2005] [error] unknown field \n passed to constructor for class HTML::Mason::ExceptionCompilation failed in require at (eval 5) line 3.\n
[Mon Aug 1 10:01:09 2005] [error] Can't locate object method "make_ah" via package "Apache" (perhaps you forgot to load "Apache"?) at (eval 31) line 6.\n
####
$ perl -MHTML::Mason::ApacheHandler -e ''
Undefined subroutine &Apache::perl_hook called at /home/andrew/cpan/lib/HTML/Mason/ApacheHandler.pm line 356.
BEGIN failed--compilation aborted at /home/andrew/cpan/lib/HTML/Mason/ApacheHandler.pm line 356.
Compilation failed in require.
BEGIN failed--compilation aborted.