geoff       2004/08/23 14:16:03

  Modified:    src/docs/2.0/api/Apache PerlSections.pod
               src/docs/2.0/user/intro overview.pod
               src/docs/2.0/user/porting compat.pod
  Log:
  $Apache::Server::SaveConfig is now $Apache::PerlSections::Save
  Reviewed by:  gozer
  
  Revision  Changes    Path
  1.18      +1 -1      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.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- PerlSections.pod  15 Aug 2004 00:53:31 -0000      1.17
  +++ PerlSections.pod  23 Aug 2004 21:16:03 -0000      1.18
  @@ -138,7 +138,7 @@
   
   
   
  -=head2 C<$Apache::Server::SaveConfig>
  +=head2 C<$Apache::PerlSections::Save>
   
   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
  
  
  
  1.5       +1 -1      modperl-docs/src/docs/2.0/user/intro/overview.pod
  
  Index: overview.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/intro/overview.pod,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- overview.pod      11 Apr 2003 02:24:37 -0000      1.4
  +++ overview.pod      23 Aug 2004 21:16:03 -0000      1.5
  @@ -269,7 +269,7 @@
   there are two approaches.  A module can "subclass" directive handlers,
   saving a copy of the data for itself, then returning B<DECLINE_CMD> so
   the other modules are also handed the info.  Or, the
  -C<$Apache::Server::SaveConfig> variable can be set to save
  +C<$Apache::PerlSections::Save> variable can be set to save
   E<lt>PerlE<gt> configuration in the C<%Apache::ReadConfig::>
   namespace.  Both methods are rather kludgy, version 2.0 provides a
   L<Perl interface to the Apache configuration
  
  
  
  1.61      +7 -0      modperl-docs/src/docs/2.0/user/porting/compat.pod
  
  Index: compat.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/porting/compat.pod,v
  retrieving revision 1.60
  retrieving revision 1.61
  diff -u -r1.60 -r1.61
  --- compat.pod        5 Aug 2004 17:17:15 -0000       1.60
  +++ compat.pod        23 Aug 2004 21:16:03 -0000      1.61
  @@ -92,6 +92,13 @@
   can be used to trap errors and ignore them. In mod_perl 1, 'strict' was
   somewhat of a misnomer.
   
  +=head2 C<$Apache::Server::SaveConfig>
  +
  +C<$Apache::Server::SaveConfig> has been renamed to
  +C<$Apache::PerlSections::Save>.  see
  +C<L<E<lt>PerlE<gt>|docs::2.0::api::Apache::PerlSections>>
  +for more information on this global variable.
  +
   =head2 Apache Configuration Customization
   
   mod_perl 2.0 has slightly changed the mechanism for L<adding custom
  
  
  

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

Reply via email to