You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2002/11/29 05:15:18 UTC

cvs commit: modperl-docs/src/docs/2.0/user/compat compat.pod

stas        2002/11/28 20:15:17

  Modified:    src/docs/2.0/user/compat compat.pod
  Log:
  add L<> for the future
  
  Revision  Changes    Path
  1.31      +6 -5      modperl-docs/src/docs/2.0/user/compat/compat.pod
  
  Index: compat.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/compat/compat.pod,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- compat.pod	4 Sep 2002 10:25:21 -0000	1.30
  +++ compat.pod	29 Nov 2002 04:15:17 -0000	1.31
  @@ -182,15 +182,15 @@
   
   =over
   
  -=item C<Apache::Const>
  +=item C<L<Apache::Const>>
   
   Apache constants
   
  -=item C<APR::Const>
  +=item C<L<APR::Const>>
   
   Apache Portable Runtime constants
   
  -=item C<ModPerl::Const>
  +=item C<L<ModPerl::Const>>
   
   mod_perl specific constants
   
  @@ -206,8 +206,9 @@
   =head2 Deprecated Constants
   
   C<REDIRECT> and similar constants have been deprecated in Apache for
  -years, in favor of the C<HTTP_*> names. mod_perl 2.0 API performs the
  -following aliasing behind the scenes:
  +years, in favor of the C<HTTP_*> names (they no longer exist Apache
  +2.0). mod_perl 2.0 API performs the following aliasing behind the
  +scenes:
   
        NOT_FOUND     => 'HTTP_NOT_FOUND',
        FORBIDDEN     => 'HTTP_FORBIDDEN',
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org