diff --git a/lib/HTML/Mason.pm b/lib/HTML/Mason.pm index 6e792a8b..d31f4ec3 100644 --- a/lib/HTML/Mason.pm +++ b/lib/HTML/Mason.pm @@ -26,7 +26,7 @@ __END__ PerlModule HTML::Mason::ApacheHandler - + SetHandler perl-script PerlHandler HTML::Mason::ApacheHandler @@ -130,7 +130,7 @@ httpd.conf: PerlModule HTML::Mason::ApacheHandler - + SetHandler perl-script PerlHandler HTML::Mason::ApacheHandler @@ -139,7 +139,7 @@ The PerlModule directive simply ensures that the Mason code is loaded in the parent process before forking, which can save some memory when running mod_perl. -The section routes all requests to the Mason handler, which +The C<< >> section routes all requests to the Mason handler, which is a simple way to try out Mason. A more refined setup is discussed in the L section of the administrator's manual.