You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2002/05/16 17:21:47 UTC

cvs commit: modperl/Apache Apache.pm

stas        02/05/16 08:21:47

  Modified:    Apache   Apache.pm
  Log:
  s/PerlScript/PerlRequire/, the former is deprecated
  
  Revision  Changes    Path
  1.71      +1 -1      modperl/Apache/Apache.pm
  
  Index: Apache.pm
  ===================================================================
  RCS file: /home/cvs/modperl/Apache/Apache.pm,v
  retrieving revision 1.70
  retrieving revision 1.71
  diff -u -r1.70 -r1.71
  --- Apache.pm	24 Jan 2002 14:53:34 -0000	1.70
  +++ Apache.pm	16 May 2002 15:21:46 -0000	1.71
  @@ -703,7 +703,7 @@
   =item $s = Apache-E<gt>server
   
   Same as above, but only available during server startup for use in
  -C<E<lt>PerlE<gt>> sections, B<PerlScript> or B<PerlModule>.
  +C<E<lt>PerlE<gt>> sections, B<PerlRequire> or B<PerlModule>.
   
   =item $s-E<gt>server_admin