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/05/14 19:28:56 UTC

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

stas        02/05/14 10:28:56

  Modified:    src/docs/2.0/user/compat compat.pod
  Log:
  cover the err_header_out compat issue
  
  Revision  Changes    Path
  1.13      +8 -2      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.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- compat.pod	30 Apr 2002 18:46:38 -0000	1.12
  +++ compat.pod	14 May 2002 17:28:56 -0000	1.13
  @@ -89,8 +89,14 @@
   
     open my $fh, "foo" or die $!;
   
  -The C function modperl_perl_gensym() is available for XS/C extension
  -writers, though.
  +Though the C function modperl_perl_gensym() is available for XS/C
  +extension writers.
  +
  +=head2 $r-E<gt>err_header_out
  +
  +err_header_out() is not available in 2.x. Use err_headers_out()
  +instead.
  +
   
   =head1 Apache::File
   
  
  
  

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