stas        2003/06/08 23:02:18

  Modified:    src/docs/2.0/api/Apache PerlSections.pod
  Log:
  even though the magic L<Foo::Bar> works, it's better to use an explicit
  path (since we have more than one occurence of Foo/Bar.pod, once for mp1
  and once more for mp2)
  
  Revision  Changes    Path
  1.3       +9 -7      modperl-docs/src/docs/2.0/api/Apache/PerlSections.pod
  
  Index: PerlSections.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/Apache/PerlSections.pod,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- PerlSections.pod  9 Jun 2003 05:58:44 -0000       1.2
  +++ PerlSections.pod  9 Jun 2003 06:02:17 -0000       1.3
  @@ -109,7 +109,8 @@
   By default, the namespace in which C<E<lt>Perl E<gt>> sections are
   evaluated is cleared after each block closes. By setting it to a true
   value, the content of those namespaces will be preserved and will be
  -available for inspection by modules like L<Apache::Status>
  +available for inspection by modules like
  +C<L<Apache::Status|docs::2.0::api::Apache::Status>>.
   
   =head2 C<$Apache::Server::StrictPerlSections>
   
  @@ -146,12 +147,13 @@
   
   C<$self> is self-explanatory
   
  -C<$parms> is the L<Apache::CmdParms> for this Container, for example,
  -you might want to call C<$parms>-E<gt>server() to get the current
  -server.
  +C<$parms> is the
  +C<L<Apache::CmdParms|docs::2.0::api::Apache::CmdParms>> for this
  +Container, for example, you might want to call C<$parms>-E<gt>server()
  +to get the current server.
   
  -C<$args> is a L<APR::Table> of the section arguments, the 2 guaranteed
  -ones will be:
  +C<$args> is an C<L<APR::Table|docs::2.0::api::APR::Table>> object of
  +the section arguments, the 2 guaranteed ones will be:
   
     $args->{'handler'} = 'My::PerlSection::Handler';
     
  @@ -169,7 +171,7 @@
   
     $parms->server->add_config("Alias /foo /bar");
   
  -Would create a new alias. The source code of L<Apache::PerlSections>
  +Would create a new alias. The source code of C<Apache::PerlSections>
   is a good place to look for a practical example.
   
   =cut
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to